Skip to content

Commit

Permalink
fix: use GITHUB_WORKSPACE again
Browse files Browse the repository at this point in the history
This was reverted.
  • Loading branch information
tyrann0us committed Sep 18, 2024
1 parent a022c0e commit 221d776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up problem matchers for actionlint
run: |
curl -s -o actionlint-matcher.json https://raw.githubusercontent.com/rhysd/actionlint/main/.github/actionlint-matcher.json
echo "::add-matcher::$(pwd)/actionlint-matcher.json"
echo "::add-matcher::${GITHUB_WORKSPACE}/actionlint-matcher.json"
- name: Run actionlint
uses: docker://rhysd/actionlint:latest
Expand Down

0 comments on commit 221d776

Please sign in to comment.