Skip to content

Commit 6036a5e

Browse files
committed
open-pr: don't concatenate after last command of a step
Signed-off-by: Matthias Aßhauer <[email protected]>
1 parent df9d658 commit 6036a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/open-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
git checkout -- &&
118118
119119
# makepkg/updpkgsums expects `curl` to be present in `/usr/bin/`
120-
printf '#!/bin/sh\n\nexec /mingw64/bin/curl.exe "$@"' >usr/bin/curl &&
120+
printf '#!/bin/sh\n\nexec /mingw64/bin/curl.exe "$@"' >usr/bin/curl
121121
- name: use git-sdk-64 subset
122122
shell: bash
123123
run: |

0 commit comments

Comments
 (0)