Skip to content

Commit ed155c9

Browse files
committed
Update commit message
1 parent 05b3d18 commit ed155c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/delete-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
run: |
2323
PR_DIR=${{ github.event.pull_request.number }}
2424
git rm -r --ignore-unmatch "${PR_DIR}/" || echo "Directory not found"
25-
git commit -m "Delete preview for the PR #${{ github.event.pull_request.number }}"
25+
git commit -m "Delete preview for #${{ github.event.pull_request.number }}"
2626
git push origin gh-pages

0 commit comments

Comments
 (0)