We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35aa67f commit 8fa5b8eCopy full SHA for 8fa5b8e
.github/actions/changes/action.yml
@@ -1,6 +1,8 @@
1
name: Changes
2
runs:
3
using: "composite"
4
+ outputs:
5
+ changes: ${{ steps.changes.outputs }}
6
steps:
7
- uses: dorny/paths-filter@v2
8
id: changes
0 commit comments