File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6363 --env INPUT_INSTANCE_TYPE="t2.micro" \
6464 --env INPUT_CREATE_S3_BUCKET="false" \
6565 --env INPUT_SPOT_INSTANCE_ONLY="true" \
66+ --env GITHUB_OUTPUT="$GITHUB_OUTPUT" \
67+ -v "$GITHUB_OUTPUT":"$GITHUB_OUTPUT" \
6668 --rm ${{ env.TEST_TAG }} >> "$GITHUB_OUTPUT"
6769
6870 - name : Print Output
Original file line number Diff line number Diff line change @@ -269,10 +269,10 @@ create_runner () {
269269 get_instance_ip
270270
271271 # Output the instance ID to github output
272- echo " instance_id=$INSTANCE_ID "
273- echo " runner_name=$RUNNER_NAME "
274- echo " instance_ip=$INSTANCE_IP "
275- echo " bucket_name=$BUCKET_NAME "
272+ echo " instance_id=$INSTANCE_ID " >> $GITHUB_OUTPUT
273+ echo " runner_name=$RUNNER_NAME " >> $GITHUB_OUTPUT
274+ echo " instance_ip=$INSTANCE_IP " >> $GITHUB_OUTPUT
275+ echo " bucket_name=$BUCKET_NAME " >> $GITHUB_OUTPUT
276276}
277277
278278list_runner () {
You can’t perform that action at this time.
0 commit comments