From 2f20b9a866fa3f939a02a78cf3dbec532e5e484b Mon Sep 17 00:00:00 2001 From: Jordan Kasper Date: Tue, 2 Jul 2024 17:13:28 -0400 Subject: [PATCH] fixing typo --- .github/workflows/hero-check.yml | 2 +- README.md | 4 ++-- open-source-heros.md => open-source-heroes.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename open-source-heros.md => open-source-heroes.md (81%) diff --git a/.github/workflows/hero-check.yml b/.github/workflows/hero-check.yml index b887ab5..7c81ff6 100644 --- a/.github/workflows/hero-check.yml +++ b/.github/workflows/hero-check.yml @@ -21,7 +21,7 @@ jobs: id: check_sub run: >- git fetch origin main; - SUBMISSION=`git diff origin/main..HEAD open-source-heros.md | awk '/\* @${{github.actor}}/{ print $3 }'`; + SUBMISSION=`git diff origin/main..HEAD open-source-heroes.md | awk '/\* @${{github.actor}}/{ print $3 }'`; echo -n "${{github.actor}}-${{secrets.SALT}}" | openssl dgst -${{secrets.ALGO}}; CHECKSUM=`echo -n "${{github.actor}}-${{secrets.SALT}}" | openssl dgst -${{secrets.ALGO}} | awk '/[a-z0-9]+/{ print $2 }'`; echo "Confirming submission ($SUBMISSION) equals checksum..."; diff --git a/README.md b/README.md index c967f15..e7cafc6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# DEF CON 32 Open Source Heros +# DEF CON 32 Open Source Heroes > This repo is a **proof of concept** for the Open Source Hero Badge at DEF CON 32. > -> Check out the [open-source-heros.md](open-source-heros.md) file for instructions. \ No newline at end of file +> Check out the [open-source-heroes.md](open-source-heroes.md) file for instructions. \ No newline at end of file diff --git a/open-source-heros.md b/open-source-heroes.md similarity index 81% rename from open-source-heros.md rename to open-source-heroes.md index 1ecdd63..374193f 100644 --- a/open-source-heros.md +++ b/open-source-heroes.md @@ -1,6 +1,6 @@ -# Open Source Heros +# Open Source Heroes -This is the list of heros. Add your name to the list below with your GitHub handle and the correct hash. +This is the list of heroes. Add your name to the list below with your GitHub handle and the correct hash. > **INSTRUCTIONS**: You must open a Pull Request to this repository, correctly adding your name to the list below along with the correct hash per the hints you have found elsewhere during DEF CON 32. >