Skip to content

Commit 02b0ecd

Browse files
Remove backslash
1 parent a57cbbd commit 02b0ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Conditionally Fetch and Merge Upstream PR
3333
# This step runs if a PR number is provided AND (an upstream_repo input is given OR a parent repo full_name is available)
3434
if: |
35-
github.event.inputs.upstream_pr_number && \
35+
github.event.inputs.upstream_pr_number &&
3636
(github.event.inputs.upstream_repo || github.event.repository.parent.full_name)
3737
run: |
3838
UPSTREAM_REPO_SPECIFIED="${{ github.event.inputs.upstream_repo }}"

0 commit comments

Comments
 (0)