From e4abcc2671b45ed56319fe9cc72455f071a1087d Mon Sep 17 00:00:00 2001 From: SKairinos Date: Thu, 11 Jan 2024 18:01:36 +0000 Subject: [PATCH] test --- .../notify-new-contribution-agreement.yaml | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/workflows/notify-new-contribution-agreement.yaml b/.github/workflows/notify-new-contribution-agreement.yaml index 243dfcba..e3fbb96b 100644 --- a/.github/workflows/notify-new-contribution-agreement.yaml +++ b/.github/workflows/notify-new-contribution-agreement.yaml @@ -19,15 +19,18 @@ jobs: with: fetch-depth: 2 # get current and previous commit - - name: 🐍 Set up Python ${{ env.PYTHON_VERSION }} Environment - uses: ocadotechnology/codeforlife-workspace/.github/actions/python/setup-environment@main - with: - checkout: 'false' - python-version: ${{ env.PYTHON_VERSION }} - working-directory: ${{ env.WORKING_DIR }} + - name: Test + run: echo "test $(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 + # with: + # checkout: 'false' + # python-version: ${{ env.PYTHON_VERSION }} + # working-directory: ${{ env.WORKING_DIR }} - - name: 🏃 Run Script - working-directory: ${{ env.WORKING_DIR }} - run: pipenv run python . - env: - AUTH: ${{ secrets.DOTDIGITAL_API_USER_AUTH }} + # - name: 🏃 Run Script + # working-directory: ${{ env.WORKING_DIR }} + # run: pipenv run python . + # env: + # AUTH: ${{ secrets.DOTDIGITAL_API_USER_AUTH }}