We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f2f39 commit bb39f10Copy full SHA for bb39f10
1 file changed
.github/workflows/apidoc-build.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Build Make
66
run: make build
67
68
- - name: Deploy to S3 Bucket ${{ env.ENVIRONMENT }}
+ - name: Deploy to S3 Bucket - ${{ github.ref_name }}
69
run: |
70
if [[ "${{ github.ref_name }}" == "master" || "${{ github.ref_name }}" == "release" ]]; then
71
echo "Deploying to ${{ env.ENVIRONMENT }} S3 bucket: ${{ env.S3_BUCKET }}"
0 commit comments