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