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 8593c8e commit 72cd330Copy full SHA for 72cd330
.github/workflows/deploy-framework.yml
@@ -36,7 +36,7 @@ jobs:
36
run: ./source/.github/scripts/deploy-framework ${GITHUB_WORKSPACE}/source ${GITHUB_WORKSPACE}/framework ${GITHUB_REF##*/}
37
38
- name: Release
39
- uses: actions/github-script@v4
+ uses: actions/github-script@v5
40
with:
41
github-token: ${{secrets.ACCESS_TOKEN}}
42
script: |
@@ -81,7 +81,7 @@ jobs:
81
run: ./source/.github/scripts/deploy-appstarter ${GITHUB_WORKSPACE}/source ${GITHUB_WORKSPACE}/appstarter ${GITHUB_REF##*/}
82
83
84
85
86
87
0 commit comments