Skip to content

Commit

Permalink
ci: sync with template repository
Browse files Browse the repository at this point in the history
  • Loading branch information
liblaf committed Nov 18, 2023
1 parent 0f22ef9 commit 9db60f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add --all
git commit --message="ci: sync with template repository" || true
if git commit --message="ci: sync with template repository"; then
git push
fi

0 comments on commit 9db60f3

Please sign in to comment.