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 203f909 commit 9cc15faCopy full SHA for 9cc15fa
.github/workflows/markdown-link-check.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Checkout
10
uses: actions/checkout@master
11
- name: Inject GH token into config
12
- run: sed -i 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' .mlc_config.json
+ run: sed -i 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' .github/workflows/mlc_config.json
13
- name: markdown-link-check
14
uses: gaurav-nelson/github-action-markdown-link-check@master
15
with:
.mlc_config.json .github/workflows/mlc_config.json.mlc_config.json renamed to .github/workflows/mlc_config.json
0 commit comments