mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
[WIP] Update update-vrt.yml (#3798)
This commit is contained in:
committed by
GitHub
parent
8eafa1e741
commit
f14b160e5c
3
.github/workflows/update-vrt.yml
vendored
3
.github/workflows/update-vrt.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user