Skip to content

Commit

Permalink
Print output of extract-metadata (#197)
Browse files Browse the repository at this point in the history
* Print out caller-ref

* Print at end
  • Loading branch information
patrick-5546 authored Nov 6, 2023
1 parent 16dd2f3 commit 802983e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_definitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 802983e

Please sign in to comment.