mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 12:16:49 +00:00
[Github] Revert bumping actions-script version in issue-write
This patch reverts that upgrade which was performed in 74df2032d467618a9aab085120539e306f21bcc0. This broke the workflow, presumably due to the breaking changes introduced in v5 of this action. This is a stop-gap for #130211.
This commit is contained in:
parent
478e516140
commit
f984b472c4
2
.github/workflows/issue-write.yml
vendored
2
.github/workflows/issue-write.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
- name: 'Comment on PR'
|
||||
if: steps.download-artifact.outputs.artifact-id != ''
|
||||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
|
||||
uses: actions/github-script@ffc2c79a5b2490bd33e0a41c1de74b877714d736 # v3.2.0
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user