Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0440449

Browse files
authored
Update deploy-previews.yml
1 parent 5bfaefb commit 0440449

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-previews.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Comment Deploy Preview Link
12+
uses: thollander/[email protected]
13+
with:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
message: Test. Nice PR!👍 Deploy preview available at https://epicfaace.github.io/cpython/${{GITHUB_SHA}}
1116
- uses: actions/checkout@v2
1217
- name: Setup Python
1318
uses: actions/[email protected]

0 commit comments

Comments
 (0)