Skip to content

Commit

Permalink
Update the usage of set-output command in GH actions (#3485)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 committed Nov 23, 2022
1 parent 14efbb3 commit 1f5e6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-fail-fast.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Get changed files
id: changes
run: |
echo "::set-output name=md::$(git diff --name-only --diff-filter=ACMRTUXB origin/${{ github.event.pull_request.base.ref }} ${{ github.event.pull_request.head.sha }} | grep .md$ | xargs)"
echo "md=$(git diff --name-only --diff-filter=ACMRTUXB origin/${{ github.event.pull_request.base.ref }} ${{ github.event.pull_request.head.sha }} | grep .md$ | xargs)" >> $GITHUB_OUTPUT
lint:
name: lint markdown files
Expand Down

0 comments on commit 1f5e6ad

Please sign in to comment.