Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrevda committed Oct 6, 2023
1 parent bceeb75 commit 1123eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
enable-commit-status: false
# Use custom alias for non master branch Deploy Previews only
alias: ${{ github.ref_name != 'master' && env.RUN_NAME || '' }}
github-deployment-environment: '[${{ env.GIT_BRANCH }}] visual tests'
github-deployment-environment: '[${{ github.ref_name }}] visual tests'
fails-without-credentials: true
production-deploy: ${{ github.ref_name == 'master' }}
env:
Expand Down

0 comments on commit 1123eb4

Please sign in to comment.