Skip to content

Commit 9f269b4

Browse files
committed
force branch via checkout
1 parent e4fefb6 commit 9f269b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare_newsletter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
git config user.name github-actions
2020
git config user.email [email protected]
21-
git branch -f _gh_action_ci_prepare_newletter
21+
git checkout -B _gh_action_ci_prepare_newletter
2222
git add .
2323
git commit -m "new newsletter"
2424
git push -f origin _gh_action_ci_prepare_newletter

0 commit comments

Comments
 (0)