Skip to content

Commit 4e9e537

Browse files
authored
Update sync-fork.yml
1 parent 8c56676 commit 4e9e537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-fork.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
upstream_repository: thinkst/opencanary
3030
upstream_branch: master
3131
target_branch: main
32-
git_pull_args: --ff-only # optional arg use, defaults to simple 'pull'
32+
# git_pull_args: --ff-only # optional arg use, defaults to simple 'pull'
3333
github_token: ${{ secrets.GITHUB_TOKEN }} # optional, for accessing repos that require authentication
3434

3535
# Step 3: Display a message if 'sync' step had new commits (simple test)

0 commit comments

Comments
 (0)