Skip to content

Commit

Permalink
ci: fix typo in reusable lint inputs.ref
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Sep 6, 2023
1 parent 564ec50 commit e7e32a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ input.ref }}
ref: ${{ inputs.ref }}
- name: Setup
uses: ./.github/actions/setup
- name: Lint last commit
Expand Down

0 comments on commit e7e32a8

Please sign in to comment.