We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbc6f6 commit d90a46aCopy full SHA for d90a46a
.github/workflows/changelog-generator.yml
@@ -117,7 +117,7 @@ jobs:
117
- name: Commit changes
118
if: github.event. inputs.dry_run != 'true'
119
env:
120
- MILESTONE_TITLE: ${{ steps. milestone.outputs.title }}
+ MILESTONE_TITLE: ${{ steps.milestone.outputs.title }}
121
run: |
122
git config user.name "github-actions[bot]"
123
git config user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments