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 184a87b commit b903e93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github-actions-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
uses: actions/checkout@v3
- name: Extract branch name
shell: bash
run: echo "GitHub ref_name ${{ github.ref_name }}"
run: |
echo "GitHub ref_name ${{ github.ref_name }}"
git branch aboba
git push
id: extract_branch
# - name: preflight
# id: preflight
Expand Down

0 comments on commit b903e93

Please sign in to comment.