Skip to content

Commit 1c05ee5

Browse files
committed
bora, funciona
1 parent 481918f commit 1c05ee5

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/terraform.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,20 @@ jobs:
159159
with:
160160
workspace: ${{ env.TF_WORKSPACE }}
161161

162-
- run: |
162+
- name: "asdasdasd"
163+
continue-on-error: true
164+
run: |
163165
echo "Latest Run Status: "${{ steps.output.outputs.outputs }}""
164-
- run: |
166+
167+
- name: "v2"
168+
continue-on-error: true
169+
run: |
165170
vpc_id=$(echo ${{ steps.output.outputs.outputs }} | jq -r '.[] | select(.name == "vpc_id") | .value')
166171
echo "$vpc_id"
167-
- run: |
172+
173+
- name: "v3"
174+
continue-on-error: true
175+
run: |
168176
vpc_id2=$(echo "${{ steps.output.outputs.outputs }}" | jq -r '.[] | select(.name == "vpc_id") | .value')
169177
echo "$vpc_id2"
170178

0 commit comments

Comments
 (0)