From df566bfe52486d736d0b13da058c773b1e27f597 Mon Sep 17 00:00:00 2001 From: Luc Peterson Date: Wed, 15 May 2024 21:46:33 -0700 Subject: [PATCH] Fix typo in .github action --- .github/workflows/push-pr_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-pr_workflow.yml b/.github/workflows/push-pr_workflow.yml index e5c0911d..ff5740be 100644 --- a/.github/workflows/push-pr_workflow.yml +++ b/.github/workflows/push-pr_workflow.yml @@ -15,7 +15,7 @@ jobs: - name: Check that CHANGELOG has been updated run: | # If this step fails, this means you haven't updated the CHANGELOG.md file with notes on your contribution. -if git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep -q '^CHANGELOG.md$'; then + if git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep -q '^CHANGELOG.md$'; then echo "Thanks for helping keep our CHANGELOG up-to-date!" else echo "Please update the CHANGELOG.md file with notes on your contribution."