Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones authored Sep 30, 2024
1 parent 29281d1 commit a198ee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-cdn-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
with:
fetch-depth: '0'
- name: Use Node.js 20.x
uses: actions/setup-node@v4
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 #v4.0.4
with:
node-version: '20.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Build cdn folder
run: yarn build:cdn
- uses: jakejarvis/s3-sync-action@master
- uses: jakejarvis/s3-sync-action@be0c4ab89158cac4278689ebedd8407dd5f35a83 #v0.5.1
with:
args: --acl public-read --follow-symlinks
env:
Expand All @@ -37,7 +37,7 @@ jobs:
AWS_S3_ENDPOINT: https://${{ secrets.COMMON_COS_ENDPOINT }}
SOURCE_DIR: 'cdn'
DEST_DIR: '/common/carbon/plex-test'
- uses: jakejarvis/s3-sync-action@master
- uses: jakejarvis/s3-sync-action@be0c4ab89158cac4278689ebedd8407dd5f35a83 #v0.5.1
with:
args: --acl public-read --follow-symlinks
env:
Expand Down

0 comments on commit a198ee6

Please sign in to comment.