Skip to content

Commit

Permalink
[TO REVERT] test: testing it in my PR branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Petrichia committed Jan 29, 2024
1 parent 5f313b2 commit 833ca49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ runs:
git checkout -b "$branch" || true
git add CHANGELOG.md || true
git commit -m "ci(docs): Update changelog" || true
git pull origin master --rebase || true
git push origin HEAD:master || true
git pull origin ci/changelog --rebase || true
git push origin HEAD:ci/changelog || true
shell: bash

0 comments on commit 833ca49

Please sign in to comment.