We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57cbbd commit 02b0ecdCopy full SHA for 02b0ecd
.github/workflows/docker-build.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Conditionally Fetch and Merge Upstream PR
33
# This step runs if a PR number is provided AND (an upstream_repo input is given OR a parent repo full_name is available)
34
if: |
35
- github.event.inputs.upstream_pr_number && \
+ github.event.inputs.upstream_pr_number &&
36
(github.event.inputs.upstream_repo || github.event.repository.parent.full_name)
37
run: |
38
UPSTREAM_REPO_SPECIFIED="${{ github.event.inputs.upstream_repo }}"
0 commit comments