Skip to content

Commit

Permalink
detalhes, detalhes
Browse files Browse the repository at this point in the history
  • Loading branch information
italopessoa committed Sep 17, 2024
1 parent 2fb6ab2 commit 6150302
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,13 @@ jobs:
- name: "v4"
continue-on-error: true
run: |
echo "{ "name": "John" }" | jq -r '.[] | select(.name == "John") | .name'
echo "{ \"name\": \"John\" }" | jq -r 'select(.name == "John") | .name'
- name: "v5"
continue-on-error: true
run: |
echo ${{ toJson(steps.output.outputs.outputs) }}
echo ${{ toJson(steps.output.outputs.outputs) }} | jq -r '.[] | select(.name == "vpc_id") | .value')
echo ${{ toJson(steps.output.outputs.outputs) }}" | jq -r '.[] | select(.name == "vpc_id") | .value'
Expand Down

0 comments on commit 6150302

Please sign in to comment.