Skip to content

Commit 7dbfde2

Browse files
author
Cory Schwartz
committed
no ACTION_
1 parent c0f5df0 commit 7dbfde2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ ln -s "${REAL_PLAN_DIR}" "${PLANSHOME}"
3333
# so instead, do a long poll.
3434
/testground --endpoint "${BACKEND}" run composition \
3535
-f "${REAL_COMP_FILE}" \
36-
--metadata-repo "${GITHUB_ACTION_REPOSITORY}" \
37-
--metadata-branch "${GITHUB_ACTION_REF#refs/heads/}" \
36+
--metadata-repo "${GITHUB_REPOSITORY}" \
37+
--metadata-branch "${GITHUB_REF#refs/heads/}" \
3838
--metadata-commit "${GITHUB_SHA}" | tee run.out
3939
TGID=$(awk '/run is queued with ID/ {print $10}' <run.out)
4040
echo "${OUTPUT_ID}${TGID}"

0 commit comments

Comments
 (0)