flake: fix workflow

This commit is contained in:
Adithya 2024-10-29 22:46:50 +05:30
parent d198fd22b7
commit fe8ef4b70f
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -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