Skip to content

Commit

Permalink
ci: fix check-license github action (pingcap#5318)
Browse files Browse the repository at this point in the history
  • Loading branch information
gengliqi authored and Lloyd-Pottiger committed Jul 19, 2022
1 parent ea65657 commit f19962f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Check License Header
uses: apache/skywalking-eyes@main
uses: apache/skywalking-eyes@v0.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit f19962f

Please sign in to comment.