Skip to content

Commit e48af63

Browse files
author
Roman Glushko
committed
#184 Adjusted usage of trilom/file-changes-action
1 parent 09546cb commit e48af63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
run: chmod +x gradlew
2525
# - name: Run automated tests
2626
# run: ./gradlew test -i
27-
- uses: trilom/[email protected]
27+
- id: file_changes
28+
uses: trilom/[email protected]
2829
- name: Run Code Style Check
2930
run: |
3031
echo 'Modified Files: ${{ steps.file_changes.outputs.files}}'

0 commit comments

Comments
 (0)