Skip to content

Commit 601e91d

Browse files
authored
Replace docker-compose with docker compose in GitHub Actions
1 parent 31c3ba1 commit 601e91d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ jobs:
66
steps:
77
- uses: actions/checkout@master
88
- name: regenerate pdf
9-
run: docker-compose up
10-
- uses: stefanzweifel/git-auto-commit-action@v4.2.0
9+
run: docker compose up
10+
- uses: stefanzweifel/git-auto-commit-action@v5.2.0
1111
with:
1212
commit_message: Autoupdate PDF
13+
commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

0 commit comments

Comments
 (0)