Skip to content

Commit

Permalink
chore(lint.yml): update 'ref_name' to 'ref' to fix incorrect variable…
Browse files Browse the repository at this point in the history
… name

The variable 'ref_name' has been updated to 'ref' to fix the incorrect
variable name.
  • Loading branch information
cybersiddhu committed Aug 17, 2023
1 parent acd71ca commit f7ff982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
secrets: inherit
with:
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}
ref: ${{ github.ref }}

0 comments on commit f7ff982

Please sign in to comment.