Skip to content

Commit cea945d

Browse files
committed
Update test-cloud workflow
1 parent 9bf1c08 commit cea945d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-cloud.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ jobs:
119119
run: |
120120
mkdir fixed-workspace-name
121121
if [[ "${{ matrix.tf_version }}" == "0.13" ]]; then
122-
sed -e 's/prefix.*/name = "github-actions-0-13-${HEAD_REF}-1"/' tests/workflows/test-cloud/${{ matrix.tf_version }}/main.tf > fixed-workspace-name/main.tf
122+
sed -e 's/prefix.*/name = "github-actions-0-13-'"$HEAD_REF"'-1"/' tests/workflows/test-cloud/${{ matrix.tf_version }}/main.tf > fixed-workspace-name/main.tf
123123
else
124-
sed -e 's/prefix.*/name = "github-actions-1-1-${HEAD_REF}-1"/' tests/workflows/test-cloud/${{ matrix.tf_version }}/main.tf > fixed-workspace-name/main.tf
124+
sed -e 's/prefix.*/name = "github-actions-1-1-'"$HEAD_REF"'-1"/' tests/workflows/test-cloud/${{ matrix.tf_version }}/main.tf > fixed-workspace-name/main.tf
125125
fi
126126
127127
- name: Get outputs

0 commit comments

Comments
 (0)