2 parents ae2feef + 2dc522a commit 81f56fcCopy full SHA for 81f56fc
1 file changed
.github/workflows/pipeline-status.yml
@@ -17,7 +17,7 @@ jobs:
17
docker build -t localbuild -f Dockerfile .
18
docker run --rm -v $(pwd):/buildout localbuild
19
mv buildout/README.md .
20
- - uses: stefanzweifel/git-auto-commit-action@v5
+ - uses: stefanzweifel/git-auto-commit-action@v7
21
with:
22
commit_message: Update README.md with latest pipeline-status
23
branch: main
0 commit comments