Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 11, 2024
1 parent be5b06d commit a50d6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-new-contribution-agreement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a50d6ac

Please sign in to comment.