We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
submodules: recursive
The actions/checkout@v3 workflow doesn't seem to respect the with: submodules: recursive setting.
actions/checkout@v3
with: submodules: recursive
In this workflow, the file shows the following:
jobs: create-release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: submodules: recursive
but in the logs (located here) it shows false:
false
Run actions/checkout@v3 with: repository: supleed[2](https://github.com/supleed2/omg-rs/actions/runs/6027738760/job/16353579296#step:2:2)/omg-rs token: *** ssh-strict: true persist-credentials: true clean: true sparse-checkout-cone-mode: true fetch-depth: 1 fetch-tags: false lfs: false submodules: false set-safe-directory: true
so the following build fails. Am I configuring something wrong?
The text was updated successfully, but these errors were encountered:
This is still happening
Sorry, something went wrong.
No branches or pull requests
The
actions/checkout@v3
workflow doesn't seem to respect thewith: submodules: recursive
setting.In this workflow, the file shows the following:
but in the logs (located here) it shows
false
:so the following build fails. Am I configuring something wrong?
The text was updated successfully, but these errors were encountered: