Skip to content

Commit

Permalink
Revert "chore(deps): update actions/github-script action to v7" (#62)
Browse files Browse the repository at this point in the history
Reverts #59
  • Loading branch information
AhmedBaset authored Aug 5, 2024
2 parents 3383d46 + 5752859 commit 1cffd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Comment on PR
if: steps.publish.outputs.published == 'true'
uses: actions/github-script@v7
uses: actions/github-script@v3
with:
github-token: ${{ secrets.MY_GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 1cffd5d

Please sign in to comment.