Skip to content

Commit ba6a9fa

Browse files
committed
update to use dockerfile from action local
1 parent e61ed5a commit ba6a9fa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test-action.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v3
4242
- name: Run markdown link check log parser with only errors set to true
4343
id: mlc-log-parser
44-
uses: ./
44+
uses: ./action-local
4545
with:
4646
auth-token: '${{ secrets.GITHUB_TOKEN }}'
4747
repo: '${{ github.repository }}'
@@ -134,7 +134,7 @@ jobs:
134134
- uses: actions/checkout@v3
135135
- name: Run markdown link check log parser with only errors set to true
136136
id: mlc-log-parser
137-
uses: ./
137+
uses: ./action-local
138138
with:
139139
auth-token: '${{ secrets.GITHUB_TOKEN }}'
140140
repo: '${{ github.repository }}'
@@ -202,7 +202,7 @@ jobs:
202202
- uses: actions/checkout@v3
203203
- name: Run markdown link check log parser with markdown step output
204204
id: mlc-log-parser
205-
uses: ./
205+
uses: ./action-local
206206
with:
207207
auth-token: '${{ secrets.GITHUB_TOKEN }}'
208208
repo: '${{ github.repository }}'
@@ -270,7 +270,7 @@ jobs:
270270
- uses: actions/checkout@v3
271271
- name: Run markdown link check log parser with only errors set to false
272272
id: mlc-log-parser
273-
uses: ./
273+
uses: ./action-local
274274
with:
275275
auth-token: '${{ secrets.GITHUB_TOKEN }}'
276276
repo: '${{ github.repository }}'
@@ -363,7 +363,7 @@ jobs:
363363
- uses: actions/checkout@v3
364364
- name: Run markdown link check log parser with only errors set to false
365365
id: mlc-log-parser
366-
uses: ./
366+
uses: ./action-local
367367
with:
368368
auth-token: '${{ secrets.GITHUB_TOKEN }}'
369369
repo: '${{ github.repository }}'
@@ -431,7 +431,7 @@ jobs:
431431
- uses: actions/checkout@v3
432432
- name: Run markdown link check log parser with markdown step output
433433
id: mlc-log-parser
434-
uses: ./
434+
uses: ./action-local
435435
with:
436436
auth-token: '${{ secrets.GITHUB_TOKEN }}'
437437
repo: '${{ github.repository }}'
@@ -498,7 +498,7 @@ jobs:
498498
run: $env:GITHUB_CONTEXT
499499
- uses: actions/checkout@v3
500500
- name: Run markdown link check log parser with default action args
501-
uses: ./
501+
uses: ./action-local
502502
id: mlc-log-parser
503503
with:
504504
run-id: '${{ github.event.workflow_run.id }}'
@@ -526,7 +526,7 @@ jobs:
526526
- uses: actions/checkout@v3
527527
- name: Run markdown link check log parser with bad input
528528
id: mlc-log-parser-bad-input
529-
uses: ./
529+
uses: ./action-local
530530
continue-on-error: true
531531
with:
532532
auth-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)