workflows

This commit is contained in:
Pouya Saadeghi 2023-11-30 22:39:18 +03:30
parent 07ca970238
commit b7d7a06c60
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ jobs:
git config --local user.email "pouya.saadeghi@gmail.com"
git config --local user.name "Pouya Saadeghi"
git add --all
if [-z "$(git status --porcelain)"]; then
if [ -z "$(git status --porcelain)" ]; then
echo push=false >> $GITHUB_OUTPUT
else
git commit -m "Update src/docs/.env" -a