Skip to content

Commit

Permalink
add fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lichtman committed Sep 3, 2024
1 parent a70782d commit 3998048
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: 'Get Previous tag'
id: mostrecenttag
id: most-recent-tag
uses: "WyriHaximus/github-action-get-previous-tag@v1"

- name: TEMPORARY
run: echo ${{ github.run_number }} && echo ${{ github.ref_name }} && echo ${{ steps.mostrecenttag.outputs.tag }}
run: echo ${{ github.run_number }} && echo ${{ github.ref_name }} && echo ${{ steps.most-recent-tag.outputs.tag }}

- name: Set Azurite Default Key
run: echo "AZURITE_ACCOUNT_KEY=$(curl https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite | grep "Account key:" | cut -b 24-111)" >> $GITHUB_ENV
Expand Down

0 comments on commit 3998048

Please sign in to comment.