Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthas authored Oct 11, 2023
1 parent c6676db commit 2729552
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
run: |
echo "$GITHUB_WORKSPACE"
docker run -v "$GITHUB_WORKSPACE/shared:/app/shared" -v "$GITHUB_WORKSPACE/thumbnails:/app/exported" thumbnail-render:latest
- name: Commit thumbnails
- name: Commit changes
run: |
git config user.name github-actions
git config user.email [email protected]
git pull origin main
git add thumbnails/.
git status
git add .
git commit -m "Update thumbnails"
git push

0 comments on commit 2729552

Please sign in to comment.