Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xkeshav committed Oct 18, 2024
1 parent 4ea65bd commit bb74132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
echo "value of $DOCS_CHANGED"
- name: Lint Markdown files
if: ${{ $DOCS_CHANGED == 'true' }}
if: ${{ env.DOCS_CHANGED == 'true' }}
uses: ./.github/actions/md-lint

0 comments on commit bb74132

Please sign in to comment.