Skip to content

Commit 79d8e16

Browse files
authored
Update create-repo.yml
1 parent 70d9afd commit 79d8e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
DATA=$(jq -n \
196196
--arg id "$REPO_VERSION_ID" \
197197
--arg status "completed" \
198-
--arg doc_url "$DOC_URL" \
198+
--arg docs_url "$DOCS_URL" \
199199
--arg completed_at "$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
200200
'{
201201
id: $id,

0 commit comments

Comments
 (0)