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 6a025cf commit 2558ef3Copy full SHA for 2558ef3
2 files changed
.github/workflows/icon-review.yml
@@ -62,7 +62,7 @@ jobs:
62
echo image_url=$IMAGE_URL >> $GITHUB_ENV
63
64
- name: 📃 Generate text
65
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
66
env:
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
with:
.github/workflows/pr-closed.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: 🙏 Post Thank You Comment
19
20
21
script: |
22
github.rest.issues.createComment({
0 commit comments