Skip to content

Commit 84374ba

Browse files
committed
Fix indentation
1 parent 9bbf983 commit 84374ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,9 @@ jobs:
287287
publish_dir: ./playwright-report
288288
destination_dir: ${{ steps.timestampid.outputs.timestamp }}
289289

290-
- name: Store Playwright report URL
291-
shell: bash
292-
run: echo "PLAYWRIGHT_REPORT_URL=https://cardstack.github.io/boxel/${{ steps.timestampid.outputs.timestamp }}/" >> $GITHUB_ENV
290+
- name: Store Playwright report URL
291+
shell: bash
292+
run: echo "PLAYWRIGHT_REPORT_URL=https://cardstack.github.io/boxel/${{ steps.timestampid.outputs.timestamp }}/" >> $GITHUB_ENV
293293

294294
- name: Add check with link to Playwright report
295295
shell: bash

0 commit comments

Comments
 (0)