mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2026-05-31 12:45:47 +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
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue