diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 7243198e..ae321786 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -74,11 +74,11 @@ jobs: with: comment-id: ${{ steps.fc.outputs.comment-id }} body: | - Preview: https://noam-gaash.co.il/${{ github.run_id }}/open-bus/${{ github.sha }}/index.html + Preview: https://s3.amazonaws.com/noam-gaash.co.il/${{ github.run_id }}/open-bus/${{ github.sha }}/index.html - name: create comment uses: peter-evans/create-or-update-comment@v1 if: steps.fc.outputs.comment-id == '' with: issue-number: ${{ github.event.pull_request.number }} body: | - Preview: https://noam-gaash.co.il/${{ github.run_id }}/open-bus/${{ github.sha }}/index.html + Preview: https://s3.amazonaws.com/noam-gaash.co.il/${{ github.run_id }}/open-bus/${{ github.sha }}/index.html