File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 80
80
with :
81
81
persist-credentials : false
82
82
token : ${{ steps.create_token.outputs.token }}
83
- ref : ${{ github.event.pull_request.head.sha || github.sha }}
83
+ ref : ${{ github.event.pull_request.merge_commit_sha || github.sha }}
84
84
85
85
# To avoid giving unknown scripts elevated permissions, download them from the master branch
86
86
- name : Get CI scripts from master (Linux and macOS)
Original file line number Diff line number Diff line change 24
24
fetch-depth : 2
25
25
repository : ${{ github.event.pull_request.head.repo.full_name }}
26
26
ref : ${{ github.event.pull_request.head.sha }}
27
+
27
28
- name : Verify Python Tools Changed
28
29
uses : tj-actions/changed-files@v42
29
30
id : verify-changed-files
34
35
tools/espota.py
35
36
tools/gen_esp32part.py
36
37
tools/gen_insights_package.py
38
+
37
39
- name : List all changed files
38
40
shell : bash
39
41
run : |
You can’t perform that action at this time.
0 commit comments