diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f0d30cf..89e7af0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -244,7 +244,7 @@ jobs: REDIRECT_DOMAIN: ${{ github.ref_name == 'main' && vars.PROD_REDIRECT_DOMAIN || vars.STAGING_REDIRECT_DOMAIN }} SSH_KEY: ${{ github.ref_name == 'main' && secrets.PROD_SSH_KEY || secrets.STAGING_SSH_KEY }} steps: - - uses: actions/checkout@v3 # Don't change it to cheackout@v4. V4 is not working with container image. + - uses: actions/checkout@v4 # Don't change it to cheackout@v4. V4 is not working with container image. # This is to fix GIT not liking owner of the checkout dir - https://github.com/actions/runner/issues/2033#issuecomment-1204205989 - run: chown -R $(id -u):$(id -g) $PWD