Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaljubce committed Feb 25, 2024
1 parent f44398c commit b19ccc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
detect_code_changes:
runs-on: ubuntu-latest
outputs:
code_changes: ${{ steps.filter.outputs.code_changes }}
code_changes: ${{ steps.changes.outputs.code_changes }}
steps:
- uses: dorny/paths-filter@v3
id: changes
Expand Down

0 comments on commit b19ccc5

Please sign in to comment.