Skip to content

Commit 4c7374f

Browse files
authored
Merge pull request github#18295 from github/repo-sync
repo sync
2 parents b1f3a04 + ce289cc commit 4c7374f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-preview-env-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
# `main-docker-cache.yml` handles updating the remote cache so we don't pollute it with PR specific code
189189
cache-to: ''
190190
build-args: |
191-
BUILD_SHA=${{ github.sha }}
191+
BUILD_SHA=${{ env.COMMIT_REF }}
192192
193193
# Succeed despite any non-zero exit code (e.g. if there is no deployment to cancel)
194194
- name: 'Cancel any existing deployments for this PR'

0 commit comments

Comments
 (0)