We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c9691 commit a9528f6Copy full SHA for a9528f6
.github/workflows/build-on-push.yml
@@ -20,4 +20,4 @@ jobs:
20
needs: [build-daily, schema-check]
21
secrets: inherit
22
with:
23
- url: ${{ needs.build.outputs.artifacts_url }}
+ url: ${{ needs.build-daily.outputs.artifacts_url }}
0 commit comments