Skip to content

Commit

Permalink
add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Apr 11, 2024
1 parent fa03f72 commit 7110642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/guarantee-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
Write-Host "Checking for changes in release_notes.md..."
$latestCommitInPR= ${{ github.sha }}
$latestCommitInPR = ${{ github.sha }}
$latestCommitInTargetBranch = ${{ github.event.before }}
# Get list of files changed in this PR
Expand Down

0 comments on commit 7110642

Please sign in to comment.