We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c56676 commit 4e9e537Copy full SHA for 4e9e537
.github/workflows/sync-fork.yml
@@ -29,7 +29,7 @@ jobs:
29
upstream_repository: thinkst/opencanary
30
upstream_branch: master
31
target_branch: main
32
- git_pull_args: --ff-only # optional arg use, defaults to simple 'pull'
+ # git_pull_args: --ff-only # optional arg use, defaults to simple 'pull'
33
github_token: ${{ secrets.GITHUB_TOKEN }} # optional, for accessing repos that require authentication
34
35
# Step 3: Display a message if 'sync' step had new commits (simple test)
0 commit comments