We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test.yml
version
dispatch
1 parent d44de9a commit 510eb04Copy full SHA for 510eb04
1 file changed
.github/workflows/test.yml
@@ -213,11 +213,9 @@ jobs:
213
gh workflow run release.yml \
214
--repo "${REPO}" \
215
--ref "${REF}" \
216
- -f version="${VERSION}" \
217
-f run_id="${RUN_ID}"
218
env:
219
REPO: ${{ github.repository }}
220
REF: ${{ github.ref }}
221
- VERSION: ${{ github.ref_name }}
222
RUN_ID: ${{ github.run_id }}
223
GH_TOKEN: ${{ github.token }}
0 commit comments