Skip to content

Commit 65574e1

Browse files
author
Rundeck CI
committed
Fix unexpected EOF
1 parent cf12905 commit 65574e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-pr-feed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
--title "Update PR Feed Configuration for ${RBA_TAG}" \
212212
--body-file pr_body.md \
213213
--base 4.0.x \
214-
--head "$BRANCH_NAME" \
214+
--head "$BRANCH_NAME"
215215
fi
216216
217217
# Step 10: Summary

0 commit comments

Comments
 (0)