Skip to content

Commit

Permalink
Checkout HEAD when optimizing images
Browse files Browse the repository at this point in the history
  • Loading branch information
nlessmann committed Apr 14, 2022
1 parent 467022e commit 03eba50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,16 @@ jobs:

- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update cropped thesis covers [skip ci]
commit_message: Crop thesis covers [skip ci]
file_pattern: content/images/theses/*

images:
needs: theses
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v1
with:
node-version: "10.17"
Expand Down

0 comments on commit 03eba50

Please sign in to comment.