Skip to content

Commit 23546eb

Browse files
committed
Fix typo on pipeline
1 parent e1bcfa8 commit 23546eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
git config user.name github-actions[bot]
6060
git config user.email github-actions[bot]@github.com
6161
git add .
62-
git commit -m "Gogh 🤖" || echo "No changes to commit"
62+
git commit -m "Gogh 🤖"
6363
git push

0 commit comments

Comments
 (0)