File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments