From ac99bf484cffb3633152dcf5c4e7820f375bd781 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Thu, 6 Jan 2022 16:12:24 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4bdc0a..0c0d562 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You can see an example of this Action [here](https://github.com/SpectralOps/spec You'll need to provide Spectral dsn. You can do so via the `SPECTRAL_DSN` environment variable. In the below example, the Spectral dsn is retrieved from [GitHub secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets). ```yaml -name: Example action +name: Spectral on: [push] @@ -42,7 +42,7 @@ env: SPECTRAL_DSN: ${{ secrets.SPECTRAL_DSN }} jobs: - my-job: + scan: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2