Skip to content

Commit

Permalink
Update ref to be branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikL committed Nov 6, 2023
1 parent 84e5fd3 commit b30ff8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ jobs:
uses: ./.github/workflows/deploy-resources.yml
needs: [transfer-resource-assets, download-and-transfer-document-assets]
with:
branch: ${{ github.ref }}
branch: ${{ github.ref_name }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/deploy-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Deploy resources
- run: node ops/deploy/deploy-languages.js
name: Deploy languages
- run: aws s3 cp dist/ s3://sabbath-school`[[ "${{ steps.extract_branch.outputs.branch }}" = "stage" ]] && echo '-stage'`.adventech.io --acl "public-read" --region us-east-1 --no-progress --recursive --dryrun
- run: aws s3 cp dist/ s3://sabbath-school`[[ "${{ inputs.branch }}" = "stage" ]] && echo '-stage'`.adventech.io --acl "public-read" --region us-east-1 --no-progress --recursive --dryrun
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2 changes: 1 addition & 1 deletion src/en/devo/test/content/blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cover: https://sabbath-school-resources-media.adventech.io/en/devo/test/assets/f
{"sspmStyle": {"fullBleed": true}}
![Walrus image](https://sabbath-school-resources-media.adventech.io/en/devo/test/assets/fisherman.jpg)

!a[https://sabbath-school-resources-media.adventech.io/en/devo/test/assets/45755e5bc007ecf3571c22de2cf3d8422630c02ac5c582b27f78c64035192b1d.mp4] test
!v[https://sabbath-school-resources-media.adventech.io/en/devo/test/assets/45755e5bc007ecf3571c22de2cf3d8422630c02ac5c582b27f78c64035192b1d.mp4] test

0 comments on commit b30ff8b

Please sign in to comment.