Skip to content

Commit 5d65236

Browse files
author
guylev008
committed
update readme and workflow
1 parent 64b0575 commit 5d65236

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Install Spectral
16-
uses: ./
16+
uses: spectralops/spectral-github-action@v1
1717
with:
1818
spectral-dsn: ${{ secrets.SPECTRAL_DSN }}
1919
- name: Spectral Scan
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v2
2626
- name: Install Spectral
27-
uses: ./
27+
uses: spectralops/spectral-github-action@v1
2828
with:
2929
spectral-dsn: ${{ secrets.SPECTRAL_DSN }}
3030
- name: Spectral Scan
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v2
3737
- name: Install Spectral
38-
uses: ./
38+
uses: spectralops/spectral-github-action@v1
3939
with:
4040
spectral-dsn: ${{ secrets.SPECTRAL_DSN }}
4141
- name: Spectral Scan

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v2
4949
- name: Install Spectral
50-
uses: spectral/spectral-action@v1
50+
uses: spectralops/spectral-github-action@v1
5151
with:
5252
spectral-dsn: ${{ secrets.SPECTRAL_DSN }}
5353
- name: Spectral Scan

0 commit comments

Comments
 (0)