Skip to content

Commit

Permalink
jobs to job
Browse files Browse the repository at this point in the history
  • Loading branch information
xkeshav committed Oct 18, 2024
1 parent 4ffb9bd commit fbe982b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
echo "DOCS_CHANGED=true" >> $GITHUB_ENV
echo "No changes in docs."
fi
echo "value of ${{jobs.markdown-lint.steps.check_file_changed.DOCS_CHANGED}}"
echo "value of ${{job.markdown-lint.steps.check_file_changed.DOCS_CHANGED}}"
- name: Lint Markdown files
if: ${{ jobs.markdown-lint.check_file_changed.DOCS_CHANGED == 'true' }}
if: ${{ job.markdown-lint.check_file_changed.DOCS_CHANGED == 'true' }}
uses: ./.github/actions/md-lint

0 comments on commit fbe982b

Please sign in to comment.