diff --git a/.github/workflows/hero-check.yml b/.github/workflows/hero-check.yml index a921a69..267775d 100644 --- a/.github/workflows/hero-check.yml +++ b/.github/workflows/hero-check.yml @@ -31,10 +31,10 @@ jobs: - name: Check Submission id: check_sub run: >- - echo "Checking diff from ${{ github.event.pull_request.head.ref }} on ${{ github.event.pull_request.head.repo.full_name }}..." + echo "Checking diff from ${{ github.event.pull_request.head.ref }} on ${{ github.event.pull_request.head.repo.full_name }}..."; SUBMISSION=`(diff target/open-source-heroes.md source/open-source-heroes.md || true) | awk '/\* @${{github.actor}}/{ print $4 }'`; CHECK=`echo -n "${{github.actor}}-${{ secrets.SALT }}" | openssl dgst -${{ secrets.ALGO }} | awk '/[a-z0-9]+/{ print $2 }'`; - echo "Confirming submission ($SUBMISSION) for ${{github.actor}} equals check ($CHECK)..."; + echo "Confirming submission ($SUBMISSION) for ${{github.actor}} equals check..."; if [[ "$SUBMISSION" = "$CHECK" ]]; then echo "Submissions match" diff --git a/open-source-heroes.md b/open-source-heroes.md index 07d7287..3a799b6 100644 --- a/open-source-heroes.md +++ b/open-source-heroes.md @@ -14,3 +14,4 @@ Fork this repository, add your name to the list below (**along with the correct ## The List * @whitehouse 7e2aac5579f5e3fb61c2ba63f95cfb7a87cb3da8 +* @jordangov 6119660cad1e64ddc93cde48e2d617e3cc00071e