File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,9 @@ jobs:
119
119
run : |
120
120
mkdir fixed-workspace-name
121
121
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
123
123
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
125
125
fi
126
126
127
127
- name : Get outputs
You can’t perform that action at this time.
0 commit comments