Skip to content

Commit

Permalink
fix: url
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Dec 14, 2023
1 parent 80fd019 commit f9c193e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f9c193e

Please sign in to comment.