mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 18:06:07 +01:00
Else 🤦♂️
This commit is contained in:
parent
167fe25227
commit
65e8968a10
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
||||||
go run .
|
go run .
|
||||||
if git diff-index --quiet HEAD; then
|
if git diff-index --quiet HEAD; then
|
||||||
echo "No syndication changes made"
|
echo "No syndication changes made"
|
||||||
elif
|
else
|
||||||
echo "Committing syndication changes"
|
echo "Committing syndication changes"
|
||||||
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 config --global user.name "Syndicate[bot]"
|
git config --global user.name "Syndicate[bot]"
|
||||||
|
|
Loading…
Reference in a new issue