We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437c770 commit a73aac5Copy full SHA for a73aac5
1 file changed
.github/workflows/deployment.yaml
@@ -69,6 +69,7 @@ jobs:
69
uses: actions/deploy-pages@v4
70
71
deploy-preview:
72
+ name: "Deploy Preview for PR #${{github.event.pull_request.number}}"
73
if: github.event_name == 'pull_request' # Only run for pull requests
74
runs-on: ubuntu-latest
75
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
0 commit comments