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.
1 parent 896b256 commit 0b9908fCopy full SHA for 0b9908f
.github/workflows/cd.yml
@@ -377,7 +377,7 @@ jobs:
377
378
- name: Comment on PR with Job Status and delete the test branch
379
if: ${{ steps.staging-deploy-status.outputs.status }} == 'completed'
380
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
381
with:
382
github-token: ${{ secrets.jupyterhub_bot_pat }}
383
script: |
0 commit comments