Skip to content

Commit

Permalink
Revert "build: bump actions/github-script from 6 to 7 (#5551) [skip ci]"
Browse files Browse the repository at this point in the history
This reverts commit 05ceed5.
  • Loading branch information
stasadev committed Nov 20, 2023
1 parent 05ceed5 commit f5c22cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-artifacts-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v7
- uses: actions/github-script@v6
with:
# This snippet is public-domain, combined from
# https://github.com/oprypin/nightly.link/blob/master/.github/workflows/pr-comment.yml
Expand Down

0 comments on commit f5c22cb

Please sign in to comment.