Attempt to fix workflow syntax in new tag-release workflow (#1792)

master
Brad Linden 2024-06-17 18:32:24 -07:00 committed by GitHub
parent ee5d1102c3
commit 352dff6830
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -8,17 +8,17 @@ on:
- cron: "21 2 * * 2,4,6" # 2:21am UTC tues/thurs/sat == 7:21pm PDT mon/wed/fri -- see https://crontab.guru/#21_01_*_*_2,4,6 - cron: "21 2 * * 2,4,6" # 2:21am UTC tues/thurs/sat == 7:21pm PDT mon/wed/fri -- see https://crontab.guru/#21_01_*_*_2,4,6
workflow_dispatch: workflow_dispatch:
inputs: inputs:
- channel: channel:
description: "Channel to configure the build" description: "Channel to configure the build"
required: true required: true
type: choice type: choice
default: "Test" default: "Test"
options: options:
- "Test" - "Test"
- "Develop" - "Develop"
- "Project" - "Project"
- "Release" - "Release"
- project: project:
description: "Project Name (used for channel name in project builds, and tag name for all builds)" description: "Project Name (used for channel name in project builds, and tag name for all builds)"
default: "hippo" default: "hippo"
# TODO - add an input for selecting another sha to build other than head of branch # TODO - add an input for selecting another sha to build other than head of branch