Skip to content

Commit

Permalink
checking after adding shell property
Browse files Browse the repository at this point in the history
  • Loading branch information
xkeshav committed Oct 18, 2024
1 parent da33d02 commit 063f2f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

- name: Check changed files
id: check_file_changed
shell: bash
run: |
echo "### File Check! :rocket:" >> $GITHUB_STEP_SUMMARY
# Check if there is a previous commit
Expand All @@ -40,7 +41,7 @@ jobs:
echo "DOCS_CHANGED=true" >> $GITHUB_ENV
echo "No changes in docs."
fi
echo "value of $GITHUB_ENV"
echo "value of ${{env.DOCS_CHANGED}}"
- name: Lint Markdown files
if: ${{ env.DOCS_CHANGED == 'true' }}
Expand Down

0 comments on commit 063f2f7

Please sign in to comment.