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 @@ -271,7 +271,7 @@ jobs:
271
271
role-to-assume : ${{ env.AWS_ROLE_ARN }}
272
272
aws-region : us-east-1
273
273
274
- - run : aws s3 sync ./playwright-report s3://cardstack-boxel-matrix-playwright-reports-staging/${{ steps.timestampid.outputs.timestamp }}
274
+ - run : aws s3 sync ./playwright-report s3://cardstack-boxel-matrix-playwright-reports-staging/${{ github.head_ref || github.ref_name }}/${{ steps.timestampid.outputs.timestamp }}
275
275
276
276
# - name: Push to Github Pages
277
277
# uses: peaceiris/actions-gh-pages@v4.0.0
@@ -282,7 +282,7 @@ jobs:
282
282
283
283
- name : Store Playwright report URL
284
284
shell : bash
285
- run : echo "PLAYWRIGHT_REPORT_URL=https://boxel-matrix-playwright-reports.stack.cards/${{ steps.timestampid.outputs.timestamp }}/index.html" >> $GITHUB_ENV
285
+ run : echo "PLAYWRIGHT_REPORT_URL=https://boxel-matrix-playwright-reports.stack.cards/${{ github.head_ref || github.ref_name }}/${{ steps.timestampid.outputs.timestamp }}/index.html" >> $GITHUB_ENV
286
286
287
287
- name : Sleep to wait for Pages deployment
288
288
shell : bash
You can’t perform that action at this time.
0 commit comments