We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed690b commit e4fefb6Copy full SHA for e4fefb6
.github/workflows/prepare_newsletter.yml
@@ -18,8 +18,7 @@ jobs:
18
run: |
19
git config user.name github-actions
20
git config user.email [email protected]
21
- git branch -D _gh_action_ci_prepare_newletter
22
- git branch -B _gh_action_ci_prepare_newletter
+ git branch -f _gh_action_ci_prepare_newletter
23
git add .
24
git commit -m "new newsletter"
25
git push -f origin _gh_action_ci_prepare_newletter
0 commit comments