Skip to content

Commit 1636e46

Browse files
committed
fix:workflows
1 parent 532f30d commit 1636e46

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lib_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- uses: actions/checkout@master
3737
with:
3838
fetch-depth: 0
39+
allow-unsafe-pr-checkout: true
3940

4041
- name: Setup Go environment
4142
uses: actions/setup-go@master

.github/workflows/lib_lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
ref: ${{ inputs.ref }}
3737
fetch-depth: ${{ inputs.fetch-depth }}
3838
submodules: ${{ inputs.submodules }}
39+
allow-unsafe-pr-checkout: true
3940

4041
- name: Prepare Necessary Runtime Files
4142
run: |

.github/workflows/lib_run.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
ref: ${{ inputs.ref }}
3939
fetch-depth: ${{ inputs.fetch-depth }}
4040
submodules: ${{ inputs.submodules }}
41+
allow-unsafe-pr-checkout: true
4142

4243
- name: Prepare and Build
4344
shell: bash

0 commit comments

Comments
 (0)