Skip to content

Commit

Permalink
Merge pull request #4 from tetrateio/fix_sync
Browse files Browse the repository at this point in the history
fix: attempt to fix sync-upstream job.
  • Loading branch information
M4tteoP authored Jul 20, 2024
2 parents 5313082 + f81ae07 commit e0b036d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout target repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: main
token: ${{ secrets.SYNC_TOKEN }}
- name: Sync upstream changes
uses: aormsby/[email protected]
uses: aormsby/[email protected].1
with:
target_sync_branch: main
upstream_sync_branch: main
upstream_pull_args: '--allow-unrelated-histories'
upstream_pull_args: '-s recursive -Xtheirs --allow-unrelated-histories'
upstream_sync_repo: corazawaf/coraza-proxy-wasm

0 comments on commit e0b036d

Please sign in to comment.