Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI/CD] Pull Requestごとの環境を GitHub Pages へとデプロイする GitHub Actions の追加 #193

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
update commented github sha value
stefafafan committed Nov 24, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 6dbb5b011070b0c543560fa94b6563f89cd59618
2 changes: 1 addition & 1 deletion .github/workflows/branch-preview.yaml
Original file line number Diff line number Diff line change
@@ -78,4 +78,4 @@ jobs:
uses: marocchino/sticky-pull-request-comment@v2
with:
message: |
Deployed ${{ github.sha }} to ${{ steps.deployment.outputs.page_url }}/pr/${{ github.event.pull_request.number }}
Deployed ${{ github.event.pull_request.head.sha }} to ${{ steps.deployment.outputs.page_url }}/pr/${{ github.event.pull_request.number }}