Skip to content

Commit

Permalink
Mini typo to trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Sep 9, 2024
1 parent cba26df commit 3a48d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/local-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
bodyDoesNotContain: "your|own"
- name: Info PR
env:
NUMBER_OF_FILES : ${{ steps.dev_check_pr.outputs.numberOfFiles }}
NUMBER_OF_FILES: ${{ steps.dev_check_pr.outputs.numberOfFiles }}
run: |
echo "::warning::We got files: $NUMBER_OF_FILES"
- name: Fail if too big
Expand Down

0 comments on commit 3a48d13

Please sign in to comment.