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 b34c8af commit 6118f74Copy full SHA for 6118f74
.github/workflows/update_changelog.yml
@@ -35,8 +35,6 @@ jobs:
35
update-changelog:
36
runs-on: ubuntu-latest
37
if: ${{ needs.check-commit-message.outputs.skip_job != 'true' }}
38
- outputs:
39
- changelog: ${{ steps.properties.outputs.changelog }}
40
needs: [ check-commit-message ]
41
steps:
42
0 commit comments