Update generate-db.yml
This commit is contained in:
parent
d7cf44249d
commit
791697714d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/generate-db.yml
vendored
1
.github/workflows/generate-db.yml
vendored
|
|
@ -80,6 +80,7 @@ jobs:
|
||||||
awk -v avatars_content="$AVATARS_CSS_CONTENT" '/\/\* Discord Avatars \*\// {print; print avatars_content; f=1; next} /\/\* End of Discord Avatars \*\// {if (f) f=0; else print} !f' "$CSS_FILE" > tmpfile && mv tmpfile "$CSS_FILE"
|
awk -v avatars_content="$AVATARS_CSS_CONTENT" '/\/\* Discord Avatars \*\// {print; print avatars_content; f=1; next} /\/\* End of Discord Avatars \*\// {if (f) f=0; else print} !f' "$CSS_FILE" > tmpfile && mv tmpfile "$CSS_FILE"
|
||||||
|
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue