Skip to content

Commit e0b036d

Browse files
authored
Merge pull request #4 from tetrateio/fix_sync
fix: attempt to fix sync-upstream job.
2 parents 5313082 + f81ae07 commit e0b036d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sync-upstream.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout target repo
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
with:
1717
ref: main
1818
token: ${{ secrets.SYNC_TOKEN }}
1919
- name: Sync upstream changes
20-
uses: aormsby/[email protected]
20+
uses: aormsby/[email protected].1
2121
with:
2222
target_sync_branch: main
2323
upstream_sync_branch: main
24-
upstream_pull_args: '--allow-unrelated-histories'
24+
upstream_pull_args: '-s recursive -Xtheirs --allow-unrelated-histories'
2525
upstream_sync_repo: corazawaf/coraza-proxy-wasm

0 commit comments

Comments
 (0)