Skip to content

Commit

Permalink
Simplify action.yml by removing BASE branch reference and updating HE…
Browse files Browse the repository at this point in the history
…AD branch reference command
  • Loading branch information
pasqualesalza committed Dec 20, 2024
1 parent 85f02ee commit 737dbe8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,4 @@ runs:

- name: "Show HEAD branch reference"
shell: bash
run: git show-ref ${{ inputs.head-branch }}

- name: "Show BASE branch reference"
if: ${{ inputs.head-only == 'false' }}
shell: bash
run: git show-ref ${{ inputs.base-branch }}
run: git show-ref HEAD

0 comments on commit 737dbe8

Please sign in to comment.