Skip to content

Commit

Permalink
Merge branch 'main' into kazukazu123123-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Aug 5, 2023
2 parents cf6c8ee + c2d9dee commit e55c60f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,12 @@ jobs:
<a href='${{ steps.publish.outputs.url }}'>${{ steps.publish.outputs.url }}</a>
</td></tr>
<tr><td><strong>Branch Preview URL:</strong></td><td>
<a href='https://pr-${{ github.event.pull_request.number }}.fork-pr-deploy-test.pages.dev'>https://pr-${{ github.event.pull_request.number }}.fork-pr-deploy-test.pages.dev</a>
<a href='https://${{ env.BRANCH }}.fork-pr-deploy-test.pages.dev'>https://${{ env.BRANCH }}
.fork-pr-deploy-test.pages.dev</a>
</td></tr>
</table>

[View workflow logs](${{ github.repository.html_url }}/actions/runs/${{ github.run_id }})
[View workflow logs](${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }})
[View Cloudflare logs](https://dash.cloudflare.com/?to=/${{ env.CLOUDFLARE_ACCOUNT_ID }}/pages/view/${{ env.CLOUDFLARE_PROJECT_NAME }}/${{ steps.publish.outputs.id }})
edit-mode: replace

Expand All @@ -123,6 +124,6 @@ jobs:
<tr><td><strong>Status:</strong></td><td>&nbsp;❌&nbsp; Deploy failed!</td></tr>
</table>
[View workflow logs](${{ github.repository.html_url }}/actions/runs/${{ github.run_id }})
[View workflow logs](${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }})
[View Cloudflare logs](https://dash.cloudflare.com/?to=/${{ env.CLOUDFLARE_ACCOUNT_ID }}/pages/view/${{ env.CLOUDFLARE_PROJECT_NAME }}/${{ steps.publish.outputs.id }})
edit-mode: replace

0 comments on commit e55c60f

Please sign in to comment.