We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f5df0 commit 7dbfde2Copy full SHA for 7dbfde2
entrypoint.sh
@@ -33,8 +33,8 @@ ln -s "${REAL_PLAN_DIR}" "${PLANSHOME}"
33
# so instead, do a long poll.
34
/testground --endpoint "${BACKEND}" run composition \
35
-f "${REAL_COMP_FILE}" \
36
- --metadata-repo "${GITHUB_ACTION_REPOSITORY}" \
37
- --metadata-branch "${GITHUB_ACTION_REF#refs/heads/}" \
+ --metadata-repo "${GITHUB_REPOSITORY}" \
+ --metadata-branch "${GITHUB_REF#refs/heads/}" \
38
--metadata-commit "${GITHUB_SHA}" | tee run.out
39
TGID=$(awk '/run is queued with ID/ {print $10}' <run.out)
40
echo "${OUTPUT_ID}${TGID}"
0 commit comments