We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b519e commit 9b9201fCopy full SHA for 9b9201f
.github/workflows/ci.yml
@@ -135,8 +135,8 @@ jobs:
135
secrets: inherit
136
with:
137
lang: go
138
- sdk-repo-url: ${{github.event.pull_request.head.repo.full_name}}
139
- sdk-repo-ref: ${{github.event.pull_request.head.ref}}
+ sdk-repo-url: ${{ github.event.pull_request.head.repo.full_name || 'temporalio/sdk-go' }}
+ sdk-repo-ref: ${{ github.event.pull_request.head.ref || github.ref }}
140
# TODO: Remove once we have a good way of cleaning up sha-based pushed images
141
docker-tag-ext: ci-latest
142
do-push: true
0 commit comments