Skip to content

Commit a19f257

Browse files
Update verify-and-test-packages.yml
Signed-off-by: Igor Mundstein <3512138+IgorMundstein@users.noreply.github.com>
1 parent efcd2f3 commit a19f257

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/verify-and-test-packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
GH_TOKEN: ${{ github.token }}
9292
run: |
9393
echo "Version verified. Disabling daily schedule until next release."
94-
gh workflow disable verify-and-test-packages.yml
94+
gh workflow disable verify-and-test-packages.yml --repo ${{ github.repository }}
9595
9696
chocolatey:
9797
needs: setup
@@ -424,7 +424,7 @@ jobs:
424424
run: |
425425
VERSION="${{ needs.setup.outputs.release_version }}"
426426
echo "### Publication Verification for $VERSION" >> $GITHUB_STEP_SUMMARY
427-
echo "| Package Manager | Publication Status | E2E Test |" >> $GITHUB_STEP_SUMMARY
427+
echo "| Package Manager | Publication Status | E2E Test |" >> $GITHUB_STEP_SUMMARY
428428
echo "|----------------------|-------------------------|----------------|" >> $GITHUB_STEP_SUMMARY
429429
430430
CH_PUB="${{ needs.chocolatey.outputs.published }}"
@@ -484,4 +484,4 @@ jobs:
484484
GH_TOKEN: ${{ github.token }}
485485
run: |
486486
echo "All packages verified! Disabling this workflow until next release."
487-
gh workflow disable verify-and-test-packages.yml
487+
gh workflow disable verify-and-test-packages.yml --repo ${{ github.repository }}

0 commit comments

Comments
 (0)