We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05cca81 commit 92853b4Copy full SHA for 92853b4
1 file changed
.github/workflows/gemini-dispatch.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: 'Extract command'
81
id: 'extract_command'
82
- uses: 'actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea' # ratchet:actions/github-script@v7
+ uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd' # ratchet:actions/github-script@v8.0.0
83
env:
84
EVENT_TYPE: '${{ github.event_name }}.${{ github.event.action }}'
85
REQUEST: '${{ github.event.comment.body || github.event.review.body || github.event.issue.body }}'
0 commit comments