We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd4739 commit ece8cdbCopy full SHA for ece8cdb
src/main/scripts/ci/connect-todos-to-issues.sh
@@ -161,7 +161,7 @@ while IFS=$'\t' read PUZZLE_ID TICKET TITLE REST; do
161
debug "$ISSUE_BODY"
162
debug '--- END ---'
163
164
- ISSUE_LINK="$(gh issue create --repo "$REPO" --label "$ISSUE_LABEL" --title "$TITLE" --body "$ISSUE_BODY" | sed -n '/issues/p')"
+ ISSUE_LINK="$(gh issue create --repo "$GITHUB_REPOSITORY" --label "$ISSUE_LABEL" --title "$TITLE" --body "$ISSUE_BODY" | sed -n '/issues/p')"
165
# https://github.com/php-coder/mystamps/issues/1111 => 1111
166
ISSUE_ID="$(echo "$ISSUE_LINK" | sed -E 's|.*/issues/([0-9]+)$|\1|')"
167
info "$PUZZLE_ID => #$ISSUE_ID: issue has been created: $ISSUE_LINK"
0 commit comments