From 802983e9465b298389c7856954e9c34c30a78555 Mon Sep 17 00:00:00 2001 From: Patrick Creighton Date: Mon, 6 Nov 2023 13:49:24 -0800 Subject: [PATCH] Print output of extract-metadata (#197) * Print out caller-ref * Print at end --- .github/workflows/test_definitions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_definitions.yml b/.github/workflows/test_definitions.yml index d72a7d924..e037a7a5c 100644 --- a/.github/workflows/test_definitions.yml +++ b/.github/workflows/test_definitions.yml @@ -52,6 +52,7 @@ jobs: run: | ref=$(curl -L -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.gh-token }}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/UBCSailbot/${{ inputs.repository }}/actions/runs/${{ github.run_id }} | jq -r '.referenced_workflows[0] | .ref') echo "caller-ref=$ref" >> $GITHUB_OUTPUT + echo "ref=$ref" colcon-test: runs-on: ubuntu-latest