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
|
||||
has_rejects=''
|
||||
for f in ./**/*.rej; do
|
||||
has_rejects=' --draft'
|
||||
has_rejects='--draft'
|
||||
comment="$comment
|
||||
|
||||
## Rejected patch $tick$f$tick must be resolved:
|
||||
|
||||
Reference in New Issue
Block a user