Skip to content

Commit b0e9e82

Browse files
authored
Merge pull request #2 from eladbash/patch-1
Update Readme to have better UX
2 parents 5d65236 + ac99bf4 commit b0e9e82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ You can see an example of this Action [here](https://github.com/SpectralOps/spec
3434
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).
3535

3636
```yaml
37-
name: Example action
37+
name: Spectral
3838

3939
on: [push]
4040

4141
env:
4242
SPECTRAL_DSN: ${{ secrets.SPECTRAL_DSN }}
4343

4444
jobs:
45-
my-job:
45+
scan:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)