Skip to content

Commit 9a21b1a

Browse files
authored
Fix formatting issues in changelog generator workflow
1 parent dd4a8c6 commit 9a21b1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/changelog-generator.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Fetch PRs from milestone
7878
id: prs
7979
env:
80-
GH_TOKEN: ${{ secrets. GITHUB_TOKEN }}
80+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8181
MILESTONE_NUMBER: ${{ steps.milestone.outputs.number }}
8282
run: |
8383
# Fetch all merged PRs in this milestone
@@ -115,7 +115,7 @@ jobs:
115115
--output readme.txt
116116
117117
- name: Commit changes
118-
if: github.event. inputs.dry_run != 'true'
118+
if: github.event.inputs.dry_run != 'true'
119119
env:
120120
MILESTONE_TITLE: ${{ steps.milestone.outputs.title }}
121121
run: |
@@ -132,7 +132,7 @@ jobs:
132132
fi
133133
134134
- name: Display changelog preview
135-
if: github.event. inputs.dry_run == 'true'
135+
if: github.event.inputs.dry_run == 'true'
136136
run: |
137137
echo "# Changelog Preview (Dry Run)"
138138
echo ""

0 commit comments

Comments
 (0)