mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
Specify ref for sync tag workflow (#1365)
This commit is contained in:
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 }}" }'
|
||||
Reference in New Issue
Block a user