Skip to content

Commit

Permalink
fix: add reference to main branch in checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo4diani committed Aug 13, 2023
1 parent bbb6e99 commit ccd7cdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ runs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ inputs.main-branch }}

- name: Check release status
id: release-status
Expand Down

0 comments on commit ccd7cdb

Please sign in to comment.