Skip to content

Commit

Permalink
fix(gh): move inputs under workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Dec 1, 2022
1 parent ff8c16d commit d541060
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/proto-upgrade.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
on:
workflow_dispatch:

inputs:
tag:
required: true
description: Flipt release version tag to generate
inputs:
tag:
description: Flipt release version tag to generate
required: true

permissions:
contents: write
Expand Down

0 comments on commit d541060

Please sign in to comment.