Skip to content

Commit

Permalink
chore: fix actual
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer committed Aug 9, 2024
1 parent 1244869 commit c58b7f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
netlify-e2e -h
output=$(netlify-e2e build-image ./remlink.config.json)
echo "$output"
echo "pipelineId=$(echo "output" | jq -r '.pipelineId')" >> $GITHUB_ENV
echo "testImageTag=$(echo "output" | jq -r '.tag')" >> $GITHUB_ENV
echo "pipelineId=$(echo $output | jq -r '.pipelineId')" >> $GITHUB_ENV
echo "testImageTag=$(echo $output | jq -r '.tag')" >> $GITHUB_ENV
- name: Echo extracted values
run: |
Expand Down

0 comments on commit c58b7f1

Please sign in to comment.