File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 17
17
steps :
18
18
- name : Checkout code
19
19
uses : actions/checkout@v4
20
+ with :
21
+ ref : ${{ github.event.pull_request.head.sha }}
22
+ fetch-depth : 0
20
23
21
24
- name : Login Bytebase
22
25
id : bytebase-login
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- name : Checkout code
19
19
uses : actions/checkout@v4
20
+ with :
21
+ ref : ${{ github.event.pull_request.head.sha }}
22
+ fetch-depth : 0
20
23
21
24
- name : Login Bytebase
22
25
id : bytebase-login
33
36
files : |
34
37
masking/masking-algorithm.json
35
38
masking/semantic-type.json
39
+ base_sha : ${{ github.event.pull_request.base.sha }}
40
+ sha : ${{ github.event.pull_request.head.sha }}
36
41
since_last_remote_commit : true
37
42
fetch_depth : 0
38
43
include_all_old_new_renamed_files : true
You can’t perform that action at this time.
0 commit comments