Skip to content

Commit

Permalink
ci(fork-sync): add hint that it can be disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinkChaos committed Apr 2, 2024
1 parent 75c2a6f commit c56f0f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/fork-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ jobs:
else
echo "enabled=0" >> $GITHUB_OUTPUT
echo "Workflow is disabled(create FORK_SYNC_TOKEN secret with repo write permission to enable it)"
(
echo 'Workflow is disabled (create `FORK_SYNC_TOKEN` secret with repo write permission to enable it)'
echo
echo 'Alternatively, you can disable it for your repo from the web UI:'
echo 'https://docs.github.com/en/actions/using-workflows/disabling-and-enabling-a-workflow'
) | tee "$GITHUB_STEP_SUMMARY"
fi
- name: Sync
Expand Down

0 comments on commit c56f0f9

Please sign in to comment.