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