Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
rename upgrade workflow (#273)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <[email protected]>

Co-authored-by: Yuvraj <[email protected]>
  • Loading branch information
yindia and Yuvraj authored Jul 1, 2022
1 parent d172acf commit 4c4af21
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/upgrade_automation.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
name: Boilerplate Upgrade Automation
name: Upgrade Automation
on:
workflow_dispatch:

inputs:
component:
description: "Name of Flyte component"
required: true
default: "boilerplate"
type: choice
options:
- boilerplate
- flyteidl
jobs:
trigger-upgrade:
name: Boilerplate Upgrade Automation
name: ${{ github.event.inputs.component }} Upgrade
uses: flyteorg/flytetools/.github/workflows/flyte_automation.yml@master
with:
component: boilerplate
component: ${{ github.event.inputs.component }}
secrets:
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}

0 comments on commit 4c4af21

Please sign in to comment.