Skip to content

Commit

Permalink
Update update-vrt.yml (#3799)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderKoen authored Nov 7, 2024
1 parent f14b160 commit 985b653
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: Create patch
run: |
git config --system --add safe.directory "*"
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git reset
git add "**/*.png"
if git diff --staged --quiet; then
Expand Down Expand Up @@ -79,9 +81,9 @@ jobs:
- name: Apply patch and push
run: |
git config --system --add safe.directory "*"
git apply Update-VRT.patch
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git apply Update-VRT.patch
git add "**/*.png"
if git diff --staged --quiet; then
echo "No changes to commit"
Expand Down

0 comments on commit 985b653

Please sign in to comment.