Specify ref for sync tag workflow (#1365)

This commit is contained in:
Yury Gargay 2023-12-08 14:18:49 +01:00 committed by GitHub
parent a1c48468ab
commit d073a250cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}" }'