Skip to content

Commit

Permalink
annother version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus authored Aug 18, 2024
1 parent c4ef0e8 commit 4789f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/resize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
Resize-images:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Resize images
run: |
Expand All @@ -24,4 +24,4 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Automated Resizing of images"
git push
git push origin HEAD:

0 comments on commit 4789f08

Please sign in to comment.