Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run markdown link check log parser with only errors set to true
id: mlc-log-parser
uses: ./
uses: ./action-local
with:
auth-token: '${{ secrets.GITHUB_TOKEN }}'
repo: '${{ github.repository }}'
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run markdown link check log parser with only errors set to true
id: mlc-log-parser
uses: ./
uses: ./action-local
with:
auth-token: '${{ secrets.GITHUB_TOKEN }}'
repo: '${{ github.repository }}'
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run markdown link check log parser with markdown step output
id: mlc-log-parser
uses: ./
uses: ./action-local
with:
auth-token: '${{ secrets.GITHUB_TOKEN }}'
repo: '${{ github.repository }}'
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run markdown link check log parser with only errors set to false
id: mlc-log-parser
uses: ./
uses: ./action-local
with:
auth-token: '${{ secrets.GITHUB_TOKEN }}'
repo: '${{ github.repository }}'
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run markdown link check log parser with only errors set to false
id: mlc-log-parser
uses: ./
uses: ./action-local
with:
auth-token: '${{ secrets.GITHUB_TOKEN }}'
repo: '${{ github.repository }}'
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run markdown link check log parser with markdown step output
id: mlc-log-parser
uses: ./
uses: ./action-local
with:
auth-token: '${{ secrets.GITHUB_TOKEN }}'
repo: '${{ github.repository }}'
Expand Down Expand Up @@ -498,7 +498,7 @@ jobs:
run: $env:GITHUB_CONTEXT
- uses: actions/checkout@v3
- name: Run markdown link check log parser with default action args
uses: ./
uses: ./action-local
id: mlc-log-parser
with:
run-id: '${{ github.event.workflow_run.id }}'
Expand Down Expand Up @@ -526,7 +526,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run markdown link check log parser with bad input
id: mlc-log-parser-bad-input
uses: ./
uses: ./action-local
continue-on-error: true
with:
auth-token: '${{ secrets.GITHUB_TOKEN }}'
Expand Down