We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8e723 commit f3cac65Copy full SHA for f3cac65
.github/workflows/nightly.yml
@@ -17,7 +17,7 @@ jobs:
17
- run: echo "::set-output name=version::`./server.js --print --unhandled-rejections=strict`"
18
id: update
19
20
- - uses: stefanzweifel/git-auto-commit-action@v4.1.6
+ - uses: stefanzweifel/git-auto-commit-action@v4.16.0
21
if: steps.update.outputs.version != ''
22
id: "auto-commit-action"
23
with:
0 commit comments