Skip to content

Commit 8f1a45e

Browse files
committed
erm what the flip?
1 parent 687412b commit 8f1a45e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
git config --local user.name "CodeByAidan"
3232
git pull
3333
git add .
34-
git commit -m "Add build outputs" || exit 0
35-
git push
34+
git diff-index --quiet HEAD || git commit -m "Add build outputs" && git push
35+
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)