build systemgood first issue
Repository metrics
- Stars
- (194 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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:)