Skip to content

Commit afb574b

Browse files
authored
Add PR head SHA and ref to deployment workflow
1 parent ff0381a commit afb574b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
uses: ClubCedille/cedille-workflows/.github/workflows/build-push-ghcr.yaml@master
1414
with:
1515
container-name: ${{ github.event.repository.name }}
16+
pr-head-sha: ${{ github.event.pull_request.head.sha || '' }}
17+
pr-head-ref: ${{ github.event.pull_request.head.ref || '' }}
1618
secrets: inherit
1719
concurrency:
1820
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)