Skip to content

Commit 6d8ab85

Browse files
try to fix history
1 parent 701249d commit 6d8ab85

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/bb-masking-1.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
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

.github/workflows/bb-masking-2.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
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
@@ -33,6 +36,8 @@ jobs:
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

0 commit comments

Comments
 (0)