Skip to content

Commit 532d3ee

Browse files
authored
Fix file-changes-action error (#5201)
* test * apparently 1.2.4 is broken trilom/file-changes-action#102 * remove noop
1 parent f96e275 commit 532d3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v1
8-
- uses: trilom/[email protected].4
8+
- uses: trilom/[email protected].3
99
id: file_changes
1010
with:
1111
output: ''

0 commit comments

Comments
 (0)