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 1717 steps :
1818 - name : Checkout code
1919 uses : actions/checkout@v4
20+ with :
21+ ref : ${{ github.event.pull_request.head.sha }}
22+ fetch-depth : 0
2023
2124 - name : Login Bytebase
2225 id : bytebase-login
Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Checkout code
1919 uses : actions/checkout@v4
20+ with :
21+ ref : ${{ github.event.pull_request.head.sha }}
22+ fetch-depth : 0
2023
2124 - name : Login Bytebase
2225 id : bytebase-login
3336 files : |
3437 masking/masking-algorithm.json
3538 masking/semantic-type.json
39+ base_sha : ${{ github.event.pull_request.base.sha }}
40+ sha : ${{ github.event.pull_request.head.sha }}
3641 since_last_remote_commit : true
3742 fetch_depth : 0
3843 include_all_old_new_renamed_files : true
You can’t perform that action at this time.
0 commit comments