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 ac0447f commit f2306baCopy full SHA for f2306ba
1 file changed
.github/workflows/website-preview-cd.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Set Commit Status
27
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
28
with:
29
script: |
30
github.rest.repos.createCommitStatus({
@@ -78,7 +78,7 @@ jobs:
78
:rocket: Deployed to ${{ steps.deploy.outputs.deploy-url }}
79
80
81
82
if: always()
83
84
0 commit comments