We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25152a1 commit cffc396Copy full SHA for cffc396
.github/workflows/test-action.yml
@@ -41,9 +41,6 @@ jobs:
41
name: only-errors set to true - files output
42
permissions:
43
contents: read
44
- strategy:
45
- matrix:
46
- action-source: [local, from-gh-marketplace]
47
runs-on: ubuntu-latest
48
steps:
49
- name: Dump github context for debug purposes
@@ -55,7 +52,7 @@ jobs:
55
52
ref: ${{ env.WORKFLOW_HEAD_SHA }}
56
53
- name: Run markdown link check log parser with only errors set to true
57
54
id: mlc-log-parser
58
- uses: ${{ matrix.action-source == 'local' && './action-local' || 'edumserrano/markdown-link-check-log-parser@v1' }}
+ uses: ./action-local
59
with:
60
auth-token: '${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
61
repo: '${{ github.repository }}'
0 commit comments