[WIP] Update update-vrt.yml (#3798)

This commit is contained in:
Koen van Staveren
2024-11-07 16:29:31 +01:00
committed by GitHub
parent 8eafa1e741
commit f14b160e5c

View File

@@ -43,6 +43,7 @@ jobs:
E2E_START_URL: ${{ steps.netlify.outputs.url }}
- name: Create patch
run: |
git config --system --add safe.directory "*"
git reset
git add "**/*.png"
if git diff --staged --quiet; then
@@ -77,8 +78,8 @@ jobs:
name: patch
- name: Apply patch and push
run: |
git apply Update-VRT.patch
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 add "**/*.png"