Skip to content

Commit 1f0d689

Browse files
authored
RULES_FILE var fixes
1 parent 8538c7d commit 1f0d689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
- name: Generating temp filtering rules file...
5252
uses: DamianReeves/[email protected]
5353
with:
54-
path: ${{ env.PHP_CLASSES_ORIG_FILE }}
54+
path: ${{ env.RULES_FILE }}
5555
contents: "${{ inputs.included_classes }}"
5656
write-mode: overwrite
5757

0 commit comments

Comments
 (0)