Skip to content

Commit

Permalink
Fix YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
nlessmann committed Apr 14, 2022
1 parent 07c75f5 commit 9942f4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- name: Crop thesis covers
run: python ./crop_thesis_covers.py

- name: Pull in intermediate changes
run: git pull
- name: Pull in intermediate changes
run: git pull

- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update cropped thesis covers
file_pattern: assets/images/covers/*
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update cropped thesis covers
file_pattern: assets/images/covers/*

images:
needs: theses
Expand Down

0 comments on commit 9942f4e

Please sign in to comment.