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"