We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6e43f commit dcde5a4Copy full SHA for dcde5a4
1 file changed
.github/workflows/ruby.yml
@@ -43,9 +43,9 @@ jobs:
43
change-detection:
44
runs-on: ubuntu-latest
45
outputs:
46
- ruby-changes: ${{ steps.ruby.outputs.changes }}
47
- rubocop-changes: ${{ steps.rubocop.outputs.changes }}
48
- steep-changes: ${{ steps.steep.outputs.changes }}
+ ruby-changes: ${{ steps.change-detection.outputs.ruby }}
+ rubocop-changes: ${{ steps.change-detection.outputs.rubocop}}
+ steep-changes: ${{ steps.change-detection.outputs.steep}}
49
steps:
50
- uses: actions/checkout@v6
51
- name: Change Detection
0 commit comments