Skip to content

Commit

Permalink
Replace choice with string on workflow_call (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 authored Apr 18, 2024
1 parent b587f4d commit 1fed262
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build_single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,11 @@ on:
default: false
system:
description: "Package OS"
type: choice
options:
- rpm
- deb
type: string
default: deb
architecture:
description: "Package architecture"
type: choice
options:
- amd64
- x86_64
type: string
default: amd64
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 1fed262

Please sign in to comment.