Skip to content

Commit

Permalink
Issue #github-workflow-89: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Apr 5, 2024
1 parent 608c9fb commit ab7cc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-markdown-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: linkconfig
run: |
if [ -z "${{ inputs.md-link-config-file-path }}" ]; then
echo "::set-output name=link_config_path::.mlc_config.json"
echo "::set-output name=link_config_path::github-workflows/.mlc_config.json"
else
echo "::set-output name=link_config_path::${{ github.workspace }}/${{ inputs.md-link-config-file-path }}"
fi
Expand All @@ -44,7 +44,7 @@ jobs:
id: lintconfig
run: |
if [ -z "${{ inputs.md-lint-config-file-path }}" ]; then
echo "::set-output name=lint_config_path::.markdownlint.json"
echo "::set-output name=lint_config_path::github-workflows/.markdownlint.json"
else
echo "::set-output name=lint_config_path::${{ github.workspace }}/${{ inputs.md-lint-config-file-path }}"
fi
Expand Down

0 comments on commit ab7cc66

Please sign in to comment.