Skip to content

Commit

Permalink
Fix breakage tests (#4)
Browse files Browse the repository at this point in the history
* Fix breakage tests

* Update .github/workflows/Breakage.yml
  • Loading branch information
amontoison authored Feb 15, 2025
1 parent 12cdce6 commit 11952bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Breakage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
done >> summary.md
- name: PR comment with file
uses: actions/github-script@v6
uses: actions/github-script@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 11952bf

Please sign in to comment.