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
|
||||
|
||||
runs-on: ubuntu
|
||||
container:
|
||||
image: node:20-bookworm
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * 5"
|
||||
|
@ -11,7 +7,9 @@ on:
|
|||
|
||||
jobs:
|
||||
update-inputs:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu
|
||||
container:
|
||||
image: node:20-bookworm
|
||||
name: Update Inputs
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue