Skip to content

Commit

Permalink
Elixir: move to 1.17.x in input description
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 3, 2024
1 parent b24cf3b commit e1f4fe5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gen-deb-elixir-1.17-debian-bookworm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:
inputs:
elixir_tag:
description: 'Elixir tag (e.g. v1.15.7)'
description: 'Elixir tag (e.g. v1.17.3)'
required: true
type: string
default: 'v1.15.7'
default: 'v1.17.3'
repository_dispatch:
types: [new_elixir_1_17_release]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gen-deb-elixir-1.17-debian-bullseye.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:
inputs:
elixir_tag:
description: 'Elixir tag (e.g. v1.15.7)'
description: 'Elixir tag (e.g. v1.17.3)'
required: true
type: string
default: 'v1.15.7'
default: 'v1.17.3'
repository_dispatch:
types: [new_elixir_1_17_release]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gen-deb-elixir-1.17-ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:
inputs:
elixir_tag:
description: 'Elixir tag (e.g. v1.15.7)'
description: 'Elixir tag (e.g. v1.17.3)'
required: true
type: string
default: 'v1.15.7'
default: 'v1.17.3'
repository_dispatch:
types: [new_elixir_1_17_release]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gen-deb-elixir-1.17-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:
inputs:
elixir_tag:
description: 'Elixir tag (e.g. v1.15.7)'
description: 'Elixir tag (e.g. v1.17.3)'
required: true
type: string
default: 'v1.15.7'
default: 'v1.17.3'
repository_dispatch:
types: [new_elixir_1_17_release]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gen-deb-elixir-1.17-ubuntu-24.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:
inputs:
elixir_tag:
description: 'Elixir tag (e.g. v1.15.7)'
description: 'Elixir tag (e.g. v1.17.3)'
required: true
type: string
default: 'v1.15.7'
default: 'v1.17.3'
repository_dispatch:
types: [new_elixir_1_17_release]

Expand Down
4 changes: 2 additions & 2 deletions templates/elixir/deb/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:
inputs:
elixir_tag:
description: 'Elixir tag (e.g. v1.15.7)'
description: 'Elixir tag (e.g. v1.17.3)'
required: true
type: string
default: 'v1.15.7'
default: 'v1.17.3'
repository_dispatch:
types: [new_§project§_§major_label§_release]

Expand Down

0 comments on commit e1f4fe5

Please sign in to comment.