Skip to content

Commit

Permalink
Fix typo on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgldvd committed Nov 6, 2024
1 parent e1bcfa8 commit 23546eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
git config user.name github-actions[bot]
git config user.email github-actions[bot]@github.com
git add .
git commit -m "Gogh 🤖" || echo "No changes to commit"
git commit -m "Gogh 🤖"
git push

0 comments on commit 23546eb

Please sign in to comment.