Skip to content

Commit dcde5a4

Browse files
committed
Fix invalid paths filters on GitHub Actions
1 parent 7c6e43f commit dcde5a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
change-detection:
4444
runs-on: ubuntu-latest
4545
outputs:
46-
ruby-changes: ${{ steps.ruby.outputs.changes }}
47-
rubocop-changes: ${{ steps.rubocop.outputs.changes }}
48-
steep-changes: ${{ steps.steep.outputs.changes }}
46+
ruby-changes: ${{ steps.change-detection.outputs.ruby }}
47+
rubocop-changes: ${{ steps.change-detection.outputs.rubocop}}
48+
steep-changes: ${{ steps.change-detection.outputs.steep}}
4949
steps:
5050
- uses: actions/checkout@v6
5151
- name: Change Detection

0 commit comments

Comments
 (0)