Skip to content

Commit 7110642

Browse files
authored
add missing space
1 parent fa03f72 commit 7110642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/guarantee-release-notes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
2929
Write-Host "Checking for changes in release_notes.md..."
30-
$latestCommitInPR= ${{ github.sha }}
30+
$latestCommitInPR = ${{ github.sha }}
3131
$latestCommitInTargetBranch = ${{ github.event.before }}
3232
3333
# Get list of files changed in this PR

0 commit comments

Comments
 (0)