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
.github/workflows/prerelease_to_release.yaml
nvim-ghost.nvim/.github/workflows/prerelease_to_release.yaml
Line 45 in 67cc8f3
This line seems to be failing because the expansion ${{ needs.find.outputs.url }} results into nothing
${{ needs.find.outputs.url }}
This workflow was working fine a few months ago. So maybe something changed or broke on GitHub's end. Re-read the corresponding docs.
Maybe try changing needs.find to jobs.find (is jobs. even valid? 🤷)
needs.find
jobs.find
jobs.
The text was updated successfully, but these errors were encountered:
subnut
No branches or pull requests
nvim-ghost.nvim/.github/workflows/prerelease_to_release.yaml
Line 45 in 67cc8f3
This line seems to be failing because the expansion
${{ needs.find.outputs.url }}
results into nothingThis workflow was working fine a few months ago. So maybe something changed or broke on GitHub's end.
Re-read the corresponding docs.
Maybe try changing
needs.find
tojobs.find
(is
jobs.
even valid? 🤷)The text was updated successfully, but these errors were encountered: