Skip to content

Commit

Permalink
Updated .github/workflows/lint-markdown.yml NO_JIRA
Browse files Browse the repository at this point in the history
  • Loading branch information
ccdc-github-admin committed Mar 5, 2024
1 parent bc8c479 commit fa58fe0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
- name: Modified files
id: file-changes
run: |
echo "changed-files=$(git diff --name-only -r origin/${GITHUB_BASE_REF} origin/${GITHUB_HEAD_REF} | grep '\.md' | tr '\n' ' ')" >> $GITHUB_OUTPUT
echo \
"changed-files=$(git diff --name-only -r origin/${GITHUB_BASE_REF} origin/${GITHUB_HEAD_REF} \
| grep '\.md' \
| tr '\n' ' ')" \
>> $GITHUB_OUTPUT
- name: Check GitHub event type to determine reporter type
run: |
Expand Down

0 comments on commit fa58fe0

Please sign in to comment.