subnut/nvim-ghost.nvim
Vedi su GitHubFix `.github/workflows/prerelease_to_release.yaml`
Open
#65 aperta il 6 giu 2024
build systemgood first issue
Metriche repository
- Star
- (194 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
This line seems to be failing because the expansion ${{ needs.find.outputs.url }} results into nothing
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? :shrug:)