Skip to content

Commit 331f012

Browse files
fixes template-expansion warning
1 parent b0ae24a commit 331f012

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build-and-publish.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,11 @@ jobs:
134134
ibmcloud plugin install vpc-infrastructure
135135
136136
- name: Delete VPC security group rule
137+
env:
138+
SG_ID: ${{ secrets.SG_ID }}
139+
SG_RULE_ID: ${{ needs.build-amd64-ppc64le-s390x.outputs.sg_rule_id }}
137140
run: |
138-
ibmcloud is security-group-rule-delete \
139-
${{ secrets.SG_ID }} \
140-
${{ needs.build-amd64-ppc64le-s390x.outputs.sg_rule_id }} -f
141+
ibmcloud is security-group-rule-delete "$SG_ID" "$SG_RULE_ID" -f
141142
142143
build-arm64:
143144
name: Build ARM64 image

0 commit comments

Comments
 (0)