Skip to content

Commit

Permalink
test: modify tag/label
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-chris committed Oct 11, 2024
1 parent bfb1606 commit cd23ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_fe_build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:

- name: Format Revision Label
run : |
TAG = "${{ github.sha }}"
MODIFIED_TAG=$(echo "$TAG" | sed 's/\./-/g' | cut -c1-8 | tr '[:upper:]' '[:lower:]')
ORIGINAL_TAG = "${{ github.sha }}"
MODIFIED_TAG=$(echo "$ORIGINAL_TAG" | sed 's/\./-/g' | cut -c1-8 | tr '[:upper:]' '[:lower:]')
echo "::set-output name=modified_tag::$MODIFIED_TAG"
- name: Log in to Azure
Expand Down

0 comments on commit cd23ea2

Please sign in to comment.