Skip to content

Commit 81e0440

Browse files
authored
Update pr_check_windows_container_pubprofile.yml
1 parent 51b391e commit 81e0440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_check_windows_container_pubprofile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- releases/*
88
paths-ignore:
99
- '**.md'
10-
pull_request_target:
10+
pull_request:
1111
branches:
1212
- master
1313
- 'releases/*'
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
repository: ${{ github.event.pull_request.head.repo.full_name }}
8484
path: 'webapps-deploy'
85-
ref: ${{ github.event.pull_request.head.ref }}
85+
ref: ${{ github.event.pull_request.head.sha }}
8686

8787
- name: Installing dependencies and building latest changes in action
8888
run: |

0 commit comments

Comments
 (0)