Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jhcoll committed Oct 19, 2023
1 parent 60074d8 commit 3e6d7c6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/crush-pics.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: Crush images

on:
pull_request:
branches:
- automate-read-more
paths:
- '**.jpg'
- '**.jpeg'
- '**.png'
- '**.gif'
- "**.jpg"
- "**.jpeg"
- "**.png"
- "**.gif"
# push:
# branches:
# - automate-read-more

jobs:
crush:
runs-on: ubuntu-latest
Expand All @@ -22,4 +23,4 @@ jobs:
uses: crush-pics/crush-pics-github-action@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
api-key: ${{ secrets.CRUSH_API_KEY }}
api-key: ${{ secrets.CRUSH_API_KEY }}

0 comments on commit 3e6d7c6

Please sign in to comment.