parent
b43ce75c42
commit
0b7f70541f
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ jobs:
|
|||
run: |
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "username@users.noreply.github.com"
|
||||
git status --porcelain
|
||||
git status -s
|
||||
if [[ -z $(git status --porcelain) ]]; then
|
||||
echo lol
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue