|
41 | 41 | - uses: actions/checkout@v3 |
42 | 42 | - name: Run markdown link check log parser with only errors set to true |
43 | 43 | id: mlc-log-parser |
44 | | - uses: ./ |
| 44 | + uses: ./action-local |
45 | 45 | with: |
46 | 46 | auth-token: '${{ secrets.GITHUB_TOKEN }}' |
47 | 47 | repo: '${{ github.repository }}' |
@@ -134,7 +134,7 @@ jobs: |
134 | 134 | - uses: actions/checkout@v3 |
135 | 135 | - name: Run markdown link check log parser with only errors set to true |
136 | 136 | id: mlc-log-parser |
137 | | - uses: ./ |
| 137 | + uses: ./action-local |
138 | 138 | with: |
139 | 139 | auth-token: '${{ secrets.GITHUB_TOKEN }}' |
140 | 140 | repo: '${{ github.repository }}' |
@@ -202,7 +202,7 @@ jobs: |
202 | 202 | - uses: actions/checkout@v3 |
203 | 203 | - name: Run markdown link check log parser with markdown step output |
204 | 204 | id: mlc-log-parser |
205 | | - uses: ./ |
| 205 | + uses: ./action-local |
206 | 206 | with: |
207 | 207 | auth-token: '${{ secrets.GITHUB_TOKEN }}' |
208 | 208 | repo: '${{ github.repository }}' |
@@ -270,7 +270,7 @@ jobs: |
270 | 270 | - uses: actions/checkout@v3 |
271 | 271 | - name: Run markdown link check log parser with only errors set to false |
272 | 272 | id: mlc-log-parser |
273 | | - uses: ./ |
| 273 | + uses: ./action-local |
274 | 274 | with: |
275 | 275 | auth-token: '${{ secrets.GITHUB_TOKEN }}' |
276 | 276 | repo: '${{ github.repository }}' |
@@ -363,7 +363,7 @@ jobs: |
363 | 363 | - uses: actions/checkout@v3 |
364 | 364 | - name: Run markdown link check log parser with only errors set to false |
365 | 365 | id: mlc-log-parser |
366 | | - uses: ./ |
| 366 | + uses: ./action-local |
367 | 367 | with: |
368 | 368 | auth-token: '${{ secrets.GITHUB_TOKEN }}' |
369 | 369 | repo: '${{ github.repository }}' |
@@ -431,7 +431,7 @@ jobs: |
431 | 431 | - uses: actions/checkout@v3 |
432 | 432 | - name: Run markdown link check log parser with markdown step output |
433 | 433 | id: mlc-log-parser |
434 | | - uses: ./ |
| 434 | + uses: ./action-local |
435 | 435 | with: |
436 | 436 | auth-token: '${{ secrets.GITHUB_TOKEN }}' |
437 | 437 | repo: '${{ github.repository }}' |
@@ -498,7 +498,7 @@ jobs: |
498 | 498 | run: $env:GITHUB_CONTEXT |
499 | 499 | - uses: actions/checkout@v3 |
500 | 500 | - name: Run markdown link check log parser with default action args |
501 | | - uses: ./ |
| 501 | + uses: ./action-local |
502 | 502 | id: mlc-log-parser |
503 | 503 | with: |
504 | 504 | run-id: '${{ github.event.workflow_run.id }}' |
@@ -526,7 +526,7 @@ jobs: |
526 | 526 | - uses: actions/checkout@v3 |
527 | 527 | - name: Run markdown link check log parser with bad input |
528 | 528 | id: mlc-log-parser-bad-input |
529 | | - uses: ./ |
| 529 | + uses: ./action-local |
530 | 530 | continue-on-error: true |
531 | 531 | with: |
532 | 532 | auth-token: '${{ secrets.GITHUB_TOKEN }}' |
|
0 commit comments