mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -05:00
Update update-vrt.yml (#3799)
This commit is contained in:
committed by
GitHub
parent
f14b160e5c
commit
985b653a87
4
.github/workflows/update-vrt.yml
vendored
4
.github/workflows/update-vrt.yml
vendored
@@ -44,6 +44,8 @@ jobs:
|
|||||||
- name: Create patch
|
- name: Create patch
|
||||||
run: |
|
run: |
|
||||||
git config --system --add safe.directory "*"
|
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 reset
|
||||||
git add "**/*.png"
|
git add "**/*.png"
|
||||||
if git diff --staged --quiet; then
|
if git diff --staged --quiet; then
|
||||||
@@ -79,9 +81,9 @@ jobs:
|
|||||||
- name: Apply patch and push
|
- name: Apply patch and push
|
||||||
run: |
|
run: |
|
||||||
git config --system --add safe.directory "*"
|
git config --system --add safe.directory "*"
|
||||||
git apply Update-VRT.patch
|
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
git apply Update-VRT.patch
|
||||||
git add "**/*.png"
|
git add "**/*.png"
|
||||||
if git diff --staged --quiet; then
|
if git diff --staged --quiet; then
|
||||||
echo "No changes to commit"
|
echo "No changes to commit"
|
||||||
|
|||||||
Reference in New Issue
Block a user