Skip to content

Commit 6d7115c

Browse files
committed
Fix YAML indentation in hiring workflow
1 parent 4b4b9b2 commit 6d7115c

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/hiring-mirror-and-delete.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,25 @@ jobs:
5151
echo "Source node_id: $node_id"
5252
5353
private_body=$(cat <<EOF
54-
Application submitted via website → public intake issue → mirrored by GitHub Actions.
55-
56-
**Original author:** @${author}
57-
**Original issue (now deleted):** https://github.com/${SOURCE_OWNER}/${SOURCE_REPO}/issues/${ISSUE_NUMBER}
58-
59-
---
60-
61-
${body}
62-
EOF
63-
)
64-
65-
create_payload=$(jq -n \
66-
--arg title "$title" \
67-
--arg body "$private_body" \
68-
'{
69-
title: $title,
70-
body: $body,
71-
labels: ["candidate", "source:public-intake"]
72-
}')
54+
Application submitted via website → public intake issue → mirrored by GitHub Actions.
55+
56+
**Original author:** @${author}
57+
**Original issue (now deleted):** https://github.com/${SOURCE_OWNER}/${SOURCE_REPO}/issues/${ISSUE_NUMBER}
58+
59+
---
60+
61+
${body}
62+
EOF
63+
)
64+
65+
create_payload=$(jq -n \
66+
--arg title "$title" \
67+
--arg body "$private_body" \
68+
'{
69+
title: $title,
70+
body: $body,
71+
labels: ["candidate", "source:public-intake"]
72+
}')
7373
7474
echo "Creating issue in ${TARGET_OWNER}/${TARGET_REPO}…"
7575

0 commit comments

Comments
 (0)