Skip to content

Commit

Permalink
Fix Super-Linter action path (#489)
Browse files Browse the repository at this point in the history
https://github.com/super-linter/super-linter

https://github.com/marketplace/actions/super-linter

They changed the organization name to "super-linter" from "github" for the Super-Linter Action
  • Loading branch information
jbampton authored Sep 16, 2023
1 parent 39f2c0c commit 133ad00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- uses: github/super-linter/[email protected]
- uses: super-linter/super-linter/[email protected]
env:
DEFAULT_BRANCH: main
ERROR_ON_MISSING_EXEC_BIT: true
Expand Down

0 comments on commit 133ad00

Please sign in to comment.