Skip to content

Commit

Permalink
updated actions/github-script to version v7
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed May 2, 2024
1 parent dc29d81 commit d63775b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Re-deploy dependents
- name: Re-deploy dependents
if: ${{ github.ref == 'refs/heads/develop' }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.DEPLOY50_PAT }}
script: |
Expand Down

0 comments on commit d63775b

Please sign in to comment.