We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docker-compose
docker compose
1 parent 31c3ba1 commit 601e91dCopy full SHA for 601e91d
1 file changed
.github/workflows/main.yml
@@ -6,7 +6,8 @@ jobs:
6
steps:
7
- uses: actions/checkout@master
8
- name: regenerate pdf
9
- run: docker-compose up
10
- - uses: stefanzweifel/git-auto-commit-action@v4.2.0
+ run: docker compose up
+ - uses: stefanzweifel/git-auto-commit-action@v5.2.0
11
with:
12
commit_message: Autoupdate PDF
13
+ commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments