mirror of https://github.com/citusdata/citus.git
Fixes checkout problem for sql-snapshots
parent
3142a46060
commit
85375be3a0
|
@ -47,7 +47,7 @@ jobs:
|
|||
image: ${{ needs.params.outputs.build_image_name }}:latest
|
||||
options: --user root
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v3.5.0
|
||||
- name: Check Snapshots
|
||||
run: |
|
||||
git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
||||
|
|
Loading…
Reference in New Issue