Skip to content

Commit

Permalink
remove bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
andromaqui committed Jul 5, 2024
1 parent efe7a29 commit f7086ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/preview-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,11 @@ jobs:

- name: Update comment with upload status
uses: peter-evans/create-or-update-comment@v4
env:
BUCKET_NAME: ${{ steps.secrets.outputs.PREVIEW_ENV_BUCKET_NAME }}
with:
comment-id: ${{ steps.find-comment.outputs.comment-id }}
issue-number: ${{ github.event.number }}
body: |
The preview environment relating to the commit ${{ env.short_sha }} is being uploaded to the bucket ${{ env.BUCKET_NAME }}. <!-- preview-env -->
The preview environment relating to the commit ${{ env.short_sha }} is being uploaded to the bucket. <!-- preview-env -->
edit-mode: replace

- name: Upload files to Google bucket
Expand Down

0 comments on commit f7086ee

Please sign in to comment.