Skip to content

Commit

Permalink
Add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed May 12, 2024
1 parent b57fa24 commit f7fde90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php-changes-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
id: changed-files-php
uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 # v44.3.0
with:
files: |
lib/**
packages/**/*.php
phpunit/**
files: |
lib/**
packages/**/*.php
phpunit/**
- name: List all changed files
if: steps.changed-files-php.outputs.any_changed == 'true'
Expand Down

0 comments on commit f7fde90

Please sign in to comment.