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.
2 parents b43528a + 4527c02 commit 3593e4aCopy full SHA for 3593e4a
.github/workflows/render.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: pip install -Ur requirements.txt
28
- run: python render.py
29
- run: echo "message=update @ $(date +%Y%m%dT%H:%M:%S%Z)" >> "$GITHUB_ENV"
30
- - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
+ - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
31
with:
32
default_author: github_actions
33
message: ${{ env.message }}
0 commit comments