Skip to content

Commit 2feccc3

Browse files
authored
Apply suggestion from @vaind
1 parent b67288f commit 2feccc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
-MainBranch '${{ steps.target.outputs.mainBranch }}' `
265265
-OldTag '${{ steps.target.outputs.originalTag }}' `
266266
-NewTag '${{ steps.target.outputs.latestTag }}' `
267-
-Section "$env:CHANGELOG_SECTION"
267+
-Section $env:CHANGELOG_SECTION
268268
269269
- run: git --no-pager diff
270270
if: ${{ ( steps.target.outputs.latestTag != steps.target.outputs.originalTag ) && ( steps.root.outputs.changed == 'false') }}

0 commit comments

Comments
 (0)