We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0381a commit afb574bCopy full SHA for afb574b
.github/workflows/deployment.yml
@@ -13,6 +13,8 @@ jobs:
13
uses: ClubCedille/cedille-workflows/.github/workflows/build-push-ghcr.yaml@master
14
with:
15
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 || '' }}
18
secrets: inherit
19
concurrency:
20
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments