Skip to content

Commit

Permalink
fix5 jpg2webp workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
codeblech committed Aug 26, 2024
1 parent 1c0d131 commit d26ac56
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/jpg2webp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches:
- main

permissions:
contents: write

jobs:
jpg2webp:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -30,7 +34,7 @@ jobs:

- name: push changes
run: |
git config --global user.name 'codeblech-robot'
git config --global user.email '37410163+codeblech@users.noreply.github.com'
git config --global user.name 'github-actions[bot]'
git config --global user.email '3github-actions[bot]@users.noreply.github.com'
git commit -am "chore: jpg2webp - $(date)"
git push

0 comments on commit d26ac56

Please sign in to comment.