Fix bad argument string (#2184)
This commit is contained in:
2
.github/workflows/serverless-patch.sh
vendored
2
.github/workflows/serverless-patch.sh
vendored
@ -26,7 +26,7 @@ comment="Patch applied from $pr_shortcode"
|
|||||||
tick='\`' # just trying to satisfy shellcheck here
|
tick='\`' # just trying to satisfy shellcheck here
|
||||||
has_rejects=''
|
has_rejects=''
|
||||||
for f in ./**/*.rej; do
|
for f in ./**/*.rej; do
|
||||||
has_rejects=' --draft'
|
has_rejects='--draft'
|
||||||
comment="$comment
|
comment="$comment
|
||||||
|
|
||||||
## Rejected patch $tick$f$tick must be resolved:
|
## Rejected patch $tick$f$tick must be resolved:
|
||||||
|
|||||||
Reference in New Issue
Block a user