mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
Specify ref for sync tag workflow (#1365)
This commit is contained in:
parent
a1c48468ab
commit
d073a250cc
1
.github/workflows/sync-tag.yml
vendored
1
.github/workflows/sync-tag.yml
vendored
@ -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 }}" }'
|
Loading…
Reference in New Issue
Block a user