Skip to content

Commit

Permalink
update github script to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Jul 7, 2024
1 parent 123161b commit fa81b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
run: |
python $GITHUB_ACTION_PATH/parse_logs.py ${{ inputs.log-path }}
- name: create the issue
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ github.token }}
script: |
Expand Down

0 comments on commit fa81b86

Please sign in to comment.