Skip to content

Commit

Permalink
Merge pull request #135 from WyriHaximus/checkout-v3-with-fetch-depth…
Browse files Browse the repository at this point in the history
…-0-for-set-milestone-on-pr

checkout v3 with fetch-depth 0 for set-milestone-on-pr
  • Loading branch information
WyriHaximus committed May 18, 2022
2 parents 6a25017 + 7a3b10b commit 46d1af6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/set-milestone-on-pr.yaml
Expand Up @@ -22,6 +22,8 @@ jobs:
check: ${{ steps.generate-checks-strategy.outputs.check }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
- name: 'Get Previous tag'
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
Expand Down

0 comments on commit 46d1af6

Please sign in to comment.