Skip to content

Commit

Permalink
Update upstream-sync.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wx-b committed May 7, 2023
1 parent 104377e commit ca87b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upstream-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Step 2: run the sync action
- name: Sync upstream changes
id: sync
uses: aormsby/Fork-Sync-With-Upstream-action@v3.2
uses: aormsby/Fork-Sync-With-Upstream-action@v3.4
with:
target_sync_branch: upstream-default
# REQUIRED 'target_repo_token' exactly like this!
Expand All @@ -51,4 +51,4 @@ jobs:
run: echo "There were no new commits."

- name: Show value of 'has_new_commits'
run: echo ${{ steps.sync.outputs.has_new_commits }}
run: echo ${{ steps.sync.outputs.has_new_commits }}

0 comments on commit ca87b8f

Please sign in to comment.