We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09546cb commit e48af63Copy full SHA for e48af63
.github/workflows/gradle.yml
@@ -24,7 +24,8 @@ jobs:
24
run: chmod +x gradlew
25
# - name: Run automated tests
26
# run: ./gradlew test -i
27
- - uses: trilom/file-changes-action@v1.2.3
+ - id: file_changes
28
+ uses: trilom/file-changes-action@v1.2.3
29
- name: Run Code Style Check
30
run: |
31
echo 'Modified Files: ${{ steps.file_changes.outputs.files}}'
0 commit comments