We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44024d5 commit 7828d82Copy full SHA for 7828d82
.github/workflows/deploy.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Prepare build
55
run: |
56
- echo "SANITIZED_REF=$(echo "${GITHUB_REF##*/}" | tr '/' '-' | tr '.' '-')" >> $GITHUB_ENV
+ echo "SANITIZED_REF=$(echo "${GITHUB_REF##*/}" | tr '/' '-' | tr '.' '')" >> $GITHUB_ENV
57
58
- id: commit
59
uses: prompt/actions-commit-hash@v3
@@ -115,7 +115,7 @@ jobs:
115
116
- name: Set environment variables
117
118
119
120
- name: Deploy application (Branch)
121
if: github.ref_type == 'branch'
0 commit comments