File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 - releases/*
88 paths-ignore :
99 - ' **.md'
10- pull_request_target :
10+ pull_request :
1111 branches :
1212 - master
1313 - ' releases/*'
6363 with :
6464 repository : ${{ github.event.pull_request.head.repo.full_name }}
6565 path : ' webapps-deploy'
66- ref : ${{ github.event.pull_request.head.ref }}
66+ ref : ${{ github.event.pull_request.head.sha }}
6767
6868 - name : Installing dependencies and building latest changes
6969 run : |
Original file line number Diff line number Diff line change 77 - releases/*
88 paths-ignore :
99 - ' **.md'
10- pull_request_target :
10+ pull_request :
1111 branches :
1212 - master
1313 - ' releases/*'
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 : |
You can’t perform that action at this time.
0 commit comments