File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ""
You can’t perform that action at this time.
0 commit comments