Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Mar 17, 2024
1 parent 4b9ec97 commit c657ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
git add --all
git commit --message "chore: sync config [skip ci]"
git push
echo "::set-output name=made_commit::true"
echo "made_commit=true" >> $GITHUB_OUTPUT
2 changes: 1 addition & 1 deletion .github/workflows/locales.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
git add --all
git commit --message "chore: sync locales [skip ci]"
git push
echo "::set-output name=made_commit::true"
echo "made_commit=true" >> $GITHUB_OUTPUT

0 comments on commit c657ddd

Please sign in to comment.