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 fbf9024 commit a59ff54Copy full SHA for a59ff54
.github/workflows/cleanup.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: 🗑️ Clean all preview pages
26
id: cleanup
27
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
28
with:
29
result-encoding: json
30
script: |
.github/workflows/default.yml
@@ -21,7 +21,7 @@ jobs:
21
ASSET_PASSWORD: ${{ secrets.ASSET_PASSWORD }}
22
23
- name: ⏬ Get branch name
id: get-branch-name
result-encoding: string
0 commit comments