Skip to content

Commit

Permalink
ci: 💚 Use conventional commits
Browse files Browse the repository at this point in the history
  • Loading branch information
YieldingExploiter committed May 25, 2022
1 parent 5d650c9 commit 75f4e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git config user.email github-actions@github.com
git config pull.rebase true
git add .
git commit -m "Add generated results (Lua ${{ matrix.lua-version }}) [ci skip]"
git commit -m "ci: Add generated results (Lua ${{ matrix.lua-version }}) [ci skip]"
git pull
git push
benchmark-luau:
Expand Down Expand Up @@ -58,6 +58,6 @@ jobs:
git config user.email github-actions@github.com
git config pull.rebase true
git add .
git commit -m "Add generated results (Luau) [ci skip]"
git commit -m "ci: Add generated results (Luau) [ci skip]"
git pull
git push

0 comments on commit 75f4e65

Please sign in to comment.