flake: fix workflow
This commit is contained in:
parent
d198fd22b7
commit
fe8ef4b70f
1 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,5 @@
|
||||||
name: Update inputs
|
name: Update inputs
|
||||||
|
|
||||||
runs-on: ubuntu
|
|
||||||
container:
|
|
||||||
image: node:20-bookworm
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 5"
|
- cron: "0 0 * * 5"
|
||||||
|
@ -11,7 +7,9 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-inputs:
|
update-inputs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu
|
||||||
|
container:
|
||||||
|
image: node:20-bookworm
|
||||||
name: Update Inputs
|
name: Update Inputs
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v3
|
- uses: https://github.com/actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue