File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 run-compress :
13+ name : Run and Compress
1314 runs-on : ubuntu-latest
1415
1516 steps :
16- - uses : actions/checkout@v4
17+ - name : Checkout
18+ uses : actions/checkout@v4
1719
1820 # Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
1921 # See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
@@ -24,10 +26,12 @@ jobs:
2426 run : gradle run
2527
2628 - name : Give Brotli version
27- run : |
28- brotli -V
29+ run : brotli -V
2930
30- - name : TBC...
31- run : |
32- echo "TBC"
31+ - name : Generate Output
32+ run : perl script/generateOutput.pl
3333
34+ - name : Commit the changes, if any
35+ uses : stefanzweifel/git-auto-commit-action@v5
36+ with :
37+ commit_message : Auto-generated (update output with latest stdlib)
You can’t perform that action at this time.
0 commit comments