We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b391e commit 81e0440Copy full SHA for 81e0440
.github/workflows/pr_check_windows_container_pubprofile.yml
@@ -7,7 +7,7 @@ on:
7
- releases/*
8
paths-ignore:
9
- '**.md'
10
- pull_request_target:
+ pull_request:
11
branches:
12
- master
13
- 'releases/*'
@@ -82,7 +82,7 @@ jobs:
82
with:
83
repository: ${{ github.event.pull_request.head.repo.full_name }}
84
path: 'webapps-deploy'
85
- ref: ${{ github.event.pull_request.head.ref }}
+ ref: ${{ github.event.pull_request.head.sha }}
86
87
- name: Installing dependencies and building latest changes in action
88
run: |
0 commit comments