Skip to content

Commit

Permalink
Specify ref for sync tag workflow (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
surik authored Dec 8, 2023
1 parent a1c4846 commit d073a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: benc-uk/workflow-dispatch@v1
with:
workflow: sync-tag.yml
ref: main
repo: ${{ secrets.UPSTREAM_REPO }}
token: ${{ secrets.NC_GITHUB_TOKEN }}
inputs: '{ "tag": "${{ github.ref_name }}" }'

0 comments on commit d073a25

Please sign in to comment.