Skip to content

Commit

Permalink
HCCP4J-571 Github Action: Jirabot Merge fails to find tag
Browse files Browse the repository at this point in the history
- Corrected checkout step

Signed-off-by: James McMullan [email protected]
  • Loading branch information
jpmcmu committed Jan 29, 2024
1 parent 87c36bf commit ee95e6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/JirabotMerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
python -m site
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade jira
- name: "Checkout"
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.base.ref }}
fetch-depth: 0
fetch-tags: true
- name: "Run"
env:
JIRABOT_USERNAME : ${{ secrets.JIRABOT_USERNAME }}
Expand Down

0 comments on commit ee95e6d

Please sign in to comment.