Skip to content

Commit 9cc15fa

Browse files
committed
Move config
1 parent 203f909 commit 9cc15fa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@master
1111
- name: Inject GH token into config
12-
run: sed -i 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' .mlc_config.json
12+
run: sed -i 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' .github/workflows/mlc_config.json
1313
- name: markdown-link-check
1414
uses: gaurav-nelson/github-action-markdown-link-check@master
1515
with:

0 commit comments

Comments
 (0)