Fix file-changes-action error (#5201)

* test

* apparently 1.2.4 is broken

https://github.com/trilom/file-changes-action/issues/102

* remove noop
pull/5200/head^2
borgified 4 years ago committed by GitHub
parent f96e2754ae
commit 532d3eeafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/main.yml

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: trilom/file-changes-action@v1.2.4
- uses: trilom/file-changes-action@v1.2.3
id: file_changes
with:
output: ''

Loading…
Cancel
Save