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
|
image: ${{ needs.params.outputs.build_image_name }}:latest
|
||||||
options: --user root
|
options: --user root
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3.5.0
|
||||||
- name: Check Snapshots
|
- name: Check Snapshots
|
||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
||||||
|
|
Loading…
Reference in New Issue