Skip to content

Commit

Permalink
Merge branch 'main' into add-jordangov
Browse files Browse the repository at this point in the history
  • Loading branch information
jordangov authored Jul 7, 2024
2 parents c7a7b20 + 2d1be1f commit a6167f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hero-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
ls -l;
cat source/open-source-heroes.md;
cat target/open-source-heroes.md;
diff target/open-source-heroes.md source/open-source-heroes.md || true;
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)...";
Expand Down

0 comments on commit a6167f6

Please sign in to comment.