mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci: remove unsupported type attribute (#8504)
Action inputs don't support specifying a type. See https://docs.github.com/en/actions/sharing-automations/creating-actions/metadata-syntax-for-github-actions#inputs.
This commit is contained in:
1
.github/actions/setup-elixir/action.yml
vendored
1
.github/actions/setup-elixir/action.yml
vendored
@@ -3,7 +3,6 @@ description: "Sets up the correct Elixir version and installs deps"
|
||||
inputs:
|
||||
mix_env:
|
||||
description: "Limit deps to mix env"
|
||||
type: string
|
||||
required: true
|
||||
outputs:
|
||||
otp-version:
|
||||
|
||||
Reference in New Issue
Block a user