Skip to content

Commit 510eb04

Browse files
authored
test.yml: Remove version parameter from dispatch job (#153)
Removed version parameter from workflow run command.
1 parent d44de9a commit 510eb04

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,9 @@ jobs:
213213
gh workflow run release.yml \
214214
--repo "${REPO}" \
215215
--ref "${REF}" \
216-
-f version="${VERSION}" \
217216
-f run_id="${RUN_ID}"
218217
env:
219218
REPO: ${{ github.repository }}
220219
REF: ${{ github.ref }}
221-
VERSION: ${{ github.ref_name }}
222220
RUN_ID: ${{ github.run_id }}
223221
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)