Skip to content

Commit

Permalink
Label checker fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Dec 18, 2023
1 parent 36f3844 commit 68eb67c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/label_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ jobs:
cp main/Quelea/dist/missinglabels.js doc/lang/
cd doc
git add lang/missinglabels.js
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -m "Update missing labels file"
git push

0 comments on commit 68eb67c

Please sign in to comment.