Skip to content

Commit a73aac5

Browse files
committed
fix: job name
1 parent 437c770 commit a73aac5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
uses: actions/deploy-pages@v4
7070

7171
deploy-preview:
72+
name: "Deploy Preview for PR #${{github.event.pull_request.number}}"
7273
if: github.event_name == 'pull_request' # Only run for pull requests
7374
runs-on: ubuntu-latest
7475
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment

0 commit comments

Comments
 (0)