Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b authored Oct 10, 2024
1 parent 15d7503 commit c7c39c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests-integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,10 @@ jobs:
run: |
set -eu
echo "ENV=$(jq -r .name metadata.json)" >> $GITHUB_OUTPUT
export ENV=$(jq -r .name metadata.json)
export API=$(jq -r .cf.api_url metadata.json)
echo "ENV=$ENV" >> $GITHUB_OUTPUT
echo "API=$API" >> $GITHUB_OUTPUT
echo "DOMAIN=$(echo $API | sed 's/^api\.//')" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c7c39c5

Please sign in to comment.