Skip to content

Commit e4fefb6

Browse files
committed
force branch
1 parent aed690b commit e4fefb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/prepare_newsletter.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
run: |
1919
git config user.name github-actions
2020
git config user.email [email protected]
21-
git branch -D _gh_action_ci_prepare_newletter
22-
git branch -B _gh_action_ci_prepare_newletter
21+
git branch -f _gh_action_ci_prepare_newletter
2322
git add .
2423
git commit -m "new newsletter"
2524
git push -f origin _gh_action_ci_prepare_newletter

0 commit comments

Comments
 (0)