Skip to content

Commit 57137a8

Browse files
committed
fix netlify yml
1 parent e1657e9 commit 57137a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_ACCESS_TOKEN }}
3434
NETLIFY_PREVIEW_APP: true # or perhaps like this
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
NETLIFY_PR_ID: ${{ github.pr_id }}-social
36+
NETLIFY_PR_ID: ${{ github.event.pull_request.number }}-social
3737
- name: Publish preview skills
3838
uses: netlify/actions/cli@master
3939
id: publish_preview_skills
@@ -44,7 +44,7 @@ jobs:
4444
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_ACCESS_TOKEN }}
4545
NETLIFY_PREVIEW_APP: true # or perhaps like this
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47-
NETLIFY_PR_ID: ${{ github.pr_id }}-skills
47+
NETLIFY_PR_ID: ${{ github.event.pull_request.number }}-skills
4848
- uses: mshick/add-pr-comment@v2
4949
with:
5050
message: |

0 commit comments

Comments
 (0)