From 11094e820b3fd9f5426eb43cf636e2bfeca8f051 Mon Sep 17 00:00:00 2001 From: maxb-io <105273783+maxb-io@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:55:52 +0200 Subject: [PATCH] fixed typo in check_license_and_history.yml (#847) --- .github/workflows/check_license_and_history.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_license_and_history.yml b/.github/workflows/check_license_and_history.yml index 3accc16ac..ddb372dd4 100644 --- a/.github/workflows/check_license_and_history.yml +++ b/.github/workflows/check_license_and_history.yml @@ -21,7 +21,7 @@ jobs: id: changes run: | echo ${{github.event.pull_request.head.repo.full_name}} - if [ ${{ github.event.pull_request.head.repo.full_name == "speedb-io/speedb" }} ]; then + if [ ${{ github.event.pull_request.head.repo.full_name == 'speedb-io/speedb' }} ]; then echo "files added or changed in a PR that came from the speedb repo: " git diff --name-only --diff-filter=ACMRT ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }} -- . ':!.github' ':!*.md' echo "diff_list<> $GITHUB_OUTPUT