We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa03f72 commit 7110642Copy full SHA for 7110642
.github/workflows/guarantee-release-notes.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
29
Write-Host "Checking for changes in release_notes.md..."
30
- $latestCommitInPR= ${{ github.sha }}
+ $latestCommitInPR = ${{ github.sha }}
31
$latestCommitInTargetBranch = ${{ github.event.before }}
32
33
# Get list of files changed in this PR
0 commit comments