Skip to content

Commit

Permalink
remove hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lichtman committed Sep 3, 2024
1 parent 7f120c8 commit a70782d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- uses: actions/checkout@v3

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

- name: TEMPORARY
run: echo ${{ github.run_number }} && echo ${{ github.ref_name }} && echo ${{ steps.most-recent-tag.outputs.tag }}
run: echo ${{ github.run_number }} && echo ${{ github.ref_name }} && echo ${{ steps.mostrecenttag.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 a70782d

Please sign in to comment.