From 71106428ed803002b767ab6c1e14d4badbd3ad30 Mon Sep 17 00:00:00 2001 From: David Justo Date: Wed, 10 Apr 2024 22:40:39 -0700 Subject: [PATCH] add missing space --- .github/workflows/guarantee-release-notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/guarantee-release-notes.yml b/.github/workflows/guarantee-release-notes.yml index dfa4e5268..8e5809e9f 100644 --- a/.github/workflows/guarantee-release-notes.yml +++ b/.github/workflows/guarantee-release-notes.yml @@ -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