Skip to content

Commit

Permalink
Merge pull request #143 from JJ/✅-140
Browse files Browse the repository at this point in the history
🚧 #140
  • Loading branch information
JJ authored Sep 9, 2024
2 parents c626efa + 3a48d13 commit 4584d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
bodyDoesNotContain:
description: "String or |-separated array of strings, none of which should be in the PR body, can be left blank"
diffContains:
description: "Word that must be included in the added code"
description: "String that must be included in the added code"
diffDoesNotContain:
description: "Word that should not be in the added code"
linesChanged:
Expand Down

0 comments on commit 4584d2d

Please sign in to comment.