Skip to content

Commit

Permalink
Remove redundant command to show HEAD branch reference in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualesalza committed Dec 20, 2024
1 parent 737dbe8 commit 6b92965
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,3 @@ runs:
- name: "List fetched commits"
shell: bash
run: git log --oneline --decorate --graph --all

- name: "Show HEAD branch reference"
shell: bash
run: git show-ref HEAD

0 comments on commit 6b92965

Please sign in to comment.