Skip to content

Commit

Permalink
Update github-actions-example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
memerchik committed Jun 14, 2024
1 parent b903e93 commit d69eb0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
shell: bash
run: |
echo "GitHub ref_name ${{ github.ref_name }}"
git branch aboba
git push
git checkout -b aboba
git push -u origin aboba
id: extract_branch
# - name: preflight
# id: preflight
Expand Down

0 comments on commit d69eb0f

Please sign in to comment.