File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ jobs:
248248 sed -i 's/github_token = ""/github_token = "${{ secrets.GITHUB_TOKEN }}"/g' ./php-version-benchmarks/build/infrastructure/config/aws.tfvars
249249
250250 WORKFLOW_RUN_URL="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
251- sed -i ' s|log_url = " "|log_url = "$WORKFLOW_RUN_URL"|g' ./php-version-benchmarks/build/infrastructure/config/aws.tfvars
251+ sed -i " s|log_url = \"\ "|log_url = \ "$WORKFLOW_RUN_URL\ "|g" ./php-version-benchmarks/build/infrastructure/config/aws.tfvars
252252 sed -i 's|artifact_url = ""|artifact_url = "#ARTIFACT_URL#"|g' ./php-version-benchmarks/build/infrastructure/config/aws.tfvars
253253
254254 if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
@@ -259,7 +259,7 @@ jobs:
259259 CHANGESET_URL="${{ github.server_url }}/${{ github.repository }}/compare/$BASE_COMMIT..${{ env.COMMIT }}"
260260
261261 sed -i 's|extra_title = ""|extra_title = "Changeset"|g' ./php-version-benchmarks/build/infrastructure/config/aws.tfvars
262- sed -i ' s|extra_text = " "|extra_text = "$CHANGESET_URL"|g' ./php-version-benchmarks/build/infrastructure/config/aws.tfvars
262+ sed -i " s|extra_text = \"\ "|extra_text = \ "$CHANGESET_URL\ "|g" ./php-version-benchmarks/build/infrastructure/config/aws.tfvars
263263 - name : Run benchmark
264264 run : ./php-version-benchmarks/benchmark.sh run aws
265265 - name : Store results
You can’t perform that action at this time.
0 commit comments