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 28ba5e1 commit b89a867Copy full SHA for b89a867
.github/workflows/changelog.yml
@@ -60,4 +60,4 @@ jobs:
60
runs-on: ubuntu-latest
61
needs: [generate]
62
steps:
63
- - run: echo ${{jobs.generate.outputs.changelog}}
+ - run: echo ${{needs.generate.outputs.changelog}}
0 commit comments