Skip to content

Commit

Permalink
explicitly name steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tams sokari committed Oct 18, 2023
1 parent 6170104 commit 8662e6d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/share-preview-url.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: share-preview-url
'on':
on:
pull_request:
types:
- opened
Expand All @@ -9,7 +9,8 @@ jobs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v4
- name: checkout code
uses: actions/checkout@v4
- name: get dest dir for web components
id: get_dest_dir_components
working-directory: ./packages/components
Expand All @@ -29,12 +30,10 @@ jobs:
This branch has been deployed to s3 / cloudfront.
✅ Preview URL for Components / Smart Camera Web:
✅ Preview URL for Components / Smart Camera Web:
https://cdn.smileidentity.com/${{ env.DEST_DIR_COMPONENTS
}}/smart-camera-web.js
https://cdn.smileidentity.com/${{ env.DEST_DIR_COMPONENTS }}/smart-camera-web.js
✅ Preview URL for Embed:
https://cdn.smileidentity.com/${{ env.DEST_DIR_EMBED
}}/js/script.min.js
https://cdn.smileidentity.com/${{ env.DEST_DIR_EMBED }}/js/script.min.js

0 comments on commit 8662e6d

Please sign in to comment.