Skip to content

Commit

Permalink
Add an input
Browse files Browse the repository at this point in the history
  • Loading branch information
devraymondsh committed Apr 5, 2024
1 parent d005ada commit 417b280
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/scheduled-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
- cron: "0 8 * * *"
workflow_dispatch:

inputs:
archive-name:
description: "Nodejs Linux"
default: node_Linux
required: false
type: string

jobs:
update:
name: Check for newer versions of Rust and update
Expand Down

0 comments on commit 417b280

Please sign in to comment.