Skip to content

Commit cffc396

Browse files
committed
revert matrix test
1 parent 25152a1 commit cffc396

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
name: only-errors set to true - files output
4242
permissions:
4343
contents: read
44-
strategy:
45-
matrix:
46-
action-source: [local, from-gh-marketplace]
4744
runs-on: ubuntu-latest
4845
steps:
4946
- name: Dump github context for debug purposes
@@ -55,7 +52,7 @@ jobs:
5552
ref: ${{ env.WORKFLOW_HEAD_SHA }}
5653
- name: Run markdown link check log parser with only errors set to true
5754
id: mlc-log-parser
58-
uses: ${{ matrix.action-source == 'local' && './action-local' || 'edumserrano/markdown-link-check-log-parser@v1' }}
55+
uses: ./action-local
5956
with:
6057
auth-token: '${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
6158
repo: '${{ github.repository }}'

0 commit comments

Comments
 (0)