Skip to content

Commit

Permalink
format string
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lichtman committed Sep 3, 2024
1 parent 3998048 commit d5c4383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
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 (${{ steps.most-recent-tag.outputs.tag }}.${{ github.run_number }})

- 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 d5c4383

Please sign in to comment.