We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b8e1e commit 9ee7a70Copy full SHA for 9ee7a70
.github/workflows/resyntax-autofixer.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Run Resyntax
50
run: racket -l- resyntax/cli fix --directory . --max-fixes 20 --max-modified-files 3 --output-as-commit-message >> /tmp/resyntax-output.txt
51
- name: Create pull request
52
- uses: actions/github-script@v6.4.1
+ uses: actions/github-script@v7.0.1
53
with:
54
github-token: ${{ steps.generate-token.outputs.token }}
55
script: |
0 commit comments