From a50d6ac4af26caf0400ced47ba317b28e3ba9ed9 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Thu, 11 Jan 2024 16:59:57 +0000 Subject: [PATCH] echo --- .github/workflows/notify-new-contribution-agreement.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-new-contribution-agreement.yaml b/.github/workflows/notify-new-contribution-agreement.yaml index ce2d4abd..3c8e3316 100644 --- a/.github/workflows/notify-new-contribution-agreement.yaml +++ b/.github/workflows/notify-new-contribution-agreement.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: 2 - name: git diff - run: git --no-pager diff HEAD~1:CONTRIBUTING.md CONTRIBUTING.md + run: echo "$(git --no-pager diff HEAD~1:CONTRIBUTING.md CONTRIBUTING.md)" # - name: 🐍 Set up Python ${{ env.PYTHON_VERSION }} Environment # uses: ocadotechnology/codeforlife-workspace/.github/actions/python/setup-environment@main