mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-22 03:25:09 +00:00
Fix file-changes-action error (#5201)
* test * apparently 1.2.4 is broken https://github.com/trilom/file-changes-action/issues/102 * remove noop
This commit is contained in:
parent
f96e2754ae
commit
532d3eeafd
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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…
Reference in New Issue
Block a user