Skip to content

Commit

Permalink
Add some info about the response (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hoppe <[email protected]>
  • Loading branch information
roberth1988 and Robert Hoppe authored Aug 6, 2024
1 parent 82ee400 commit c0c88d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/acceptance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
--header 'Authorization: Bearer ${{ secrets.STACKIT_SERVICE_ACCOUNT_TOKEN }}' \
--data-raw "${JSON_DATA}" > pr.json
cat pr.json
ACC_TEST_PROJECT_ID="$(jq -r '.projectId' pr.json)"
echo "ACC_TEST_PROJECT_ID=${ACC_TEST_PROJECT_ID}" >> $GITHUB_ENV
echo "ACC_TEST_PROJECT_ID=${ACC_TEST_PROJECT_ID}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c0c88d5

Please sign in to comment.