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
All of my pipelines are currently broken by
I checked and the url https://github.com/foundry-rs/foundry/releases/download/nightly/foundry_nightly_linux_amd64.tar.gz indeed isn't working (is this a github issue??)
The release url with commit hash https://github.com/foundry-rs/foundry/releases/download/nightly-88011569efcebc9152267be217c8cfbedc32c07c/foundry_nightly_linux_amd64.tar.gz is working however.
But it seems like even if I update my input to
- name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 with: version: nightly-88011569efcebc9152267be217c8cfbedc32c07c
the action removes the commit hash? Why is that?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All of my pipelines are currently broken by
I checked and the url https://github.com/foundry-rs/foundry/releases/download/nightly/foundry_nightly_linux_amd64.tar.gz indeed isn't working (is this a github issue??)
The release url with commit hash https://github.com/foundry-rs/foundry/releases/download/nightly-88011569efcebc9152267be217c8cfbedc32c07c/foundry_nightly_linux_amd64.tar.gz is working however.
But it seems like even if I update my input to
the action removes the commit hash? Why is that?
The text was updated successfully, but these errors were encountered: