From ba06d833522e55d3453ee27bea9a7f3655378359 Mon Sep 17 00:00:00 2001 From: SethCohen Date: Wed, 24 Aug 2022 21:19:52 -0400 Subject: [PATCH] chore: updated README.md --- .github/workflows/test.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c6eff0..15a4308 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ on: types: [published] name: test-action jobs: - github-release-to-discord: + github-releases-to-discord: runs-on: ubuntu-latest steps: - name: Checkout diff --git a/README.md b/README.md index 34f74ec..11f9702 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Github Releases To Discord - uses: SethCohen/github-releasse-to-discord@v1.13.0 + uses: SethCohen/github-releases-to-discord@v1.13.0 with: webhook_url: ${{ secrets.WEBHOOK_URL }} color: "2105893"