From f3a12bd69b6f116f5c72b5d50477fa731a075d8c Mon Sep 17 00:00:00 2001 From: Evgeniy Frolov Date: Wed, 8 Oct 2025 13:53:47 +0300 Subject: [PATCH] chore(actions): set stable channel as default Signed-off-by: Evgeniy Frolov --- action.yml | 2 +- build/README.md | 2 +- build/action.yml | 2 +- cleanup/README.md | 2 +- cleanup/action.yml | 2 +- converge/README.md | 2 +- converge/action.yml | 2 +- dismiss/README.md | 2 +- dismiss/action.yml | 2 +- install/README.md | 2 +- install/action.yml | 2 +- run/README.md | 2 +- run/action.yml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/action.yml b/action.yml index e1a8270..2518856 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ branding: inputs: channel: description: 'The one of the following channel: alpha, beta, ea, stable, rock-solid' - default: 'alpha' + default: 'stable' required: false version: description: 'The certain version' diff --git a/build/README.md b/build/README.md index d60e463..0aca1b0 100644 --- a/build/README.md +++ b/build/README.md @@ -10,7 +10,7 @@ The action combines all the necessary steps in itself and logic may be divided i ```yaml channel: description: 'The one of the following channel: alpha, beta, ea, stable, rock-solid' - default: 'alpha' + default: 'stable' required: false version: description: 'The certain version' diff --git a/build/action.yml b/build/action.yml index fb33b4e..b3812df 100644 --- a/build/action.yml +++ b/build/action.yml @@ -7,7 +7,7 @@ branding: inputs: channel: description: 'The one of the following channel: alpha, beta, ea, stable, rock-solid' - default: 'alpha' + default: 'stable' required: false version: description: 'The certain version' diff --git a/cleanup/README.md b/cleanup/README.md index de4445c..0585293 100644 --- a/cleanup/README.md +++ b/cleanup/README.md @@ -10,7 +10,7 @@ The action combines all the necessary steps in itself and logic may be divided i ```yaml channel: description: 'The one of the following channel: alpha, beta, ea, stable, rock-solid' - default: 'alpha' + default: 'stable' required: false version: description: 'The certain version' diff --git a/cleanup/action.yml b/cleanup/action.yml index 6f9a19d..862138d 100644 --- a/cleanup/action.yml +++ b/cleanup/action.yml @@ -7,7 +7,7 @@ branding: inputs: channel: description: 'The one of the following channel: alpha, beta, ea, stable, rock-solid' - default: 'alpha' + default: 'stable' required: false version: description: 'The certain version' diff --git a/converge/README.md b/converge/README.md index 5072333..e270be1 100644 --- a/converge/README.md +++ b/converge/README.md @@ -10,7 +10,7 @@ The action combines all the necessary steps in itself and logic may be divided i ```yaml channel: description: 'The one of the following channel: alpha, beta, ea, stable, rock-solid' - default: 'alpha' + default: 'stable' required: false version: description: 'The certain version' diff --git a/converge/action.yml b/converge/action.yml index 846ba0d..905c3a0 100644 --- a/converge/action.yml +++ b/converge/action.yml @@ -7,7 +7,7 @@ branding: inputs: channel: description: 'The one of the following channel: alpha, beta, ea, stable, rock-solid' - default: 'alpha' + default: 'stable' required: false version: description: 'The certain version' diff --git a/dismiss/README.md b/dismiss/README.md index d94cc23..afea5f8 100644 --- a/dismiss/README.md +++ b/dismiss/README.md @@ -10,7 +10,7 @@ The action combines all the necessary steps in itself and logic may be divided i ```yaml channel: description: 'The one of the following channel: alpha, beta, ea, stable, rock-solid' - default: 'alpha' + default: 'stable' required: false version: description: 'The certain version' diff --git a/dismiss/action.yml b/dismiss/action.yml index 6552922..e431697 100644 --- a/dismiss/action.yml +++ b/dismiss/action.yml @@ -7,7 +7,7 @@ branding: inputs: channel: description: 'The one of the following channel: alpha, beta, ea, stable, rock-solid' - default: 'alpha' + default: 'stable' required: false version: description: 'The certain version' diff --git a/install/README.md b/install/README.md index c3068d9..7209508 100644 --- a/install/README.md +++ b/install/README.md @@ -27,7 +27,7 @@ Withal, it is not necessary to work within release channels, and the user might ```yaml channel: description: 'The one of the following channel: alpha, beta, ea, stable, rock-solid' - default: 'alpha' + default: 'stable' required: false version: description: 'The certain version' diff --git a/install/action.yml b/install/action.yml index 5e781b4..342058d 100644 --- a/install/action.yml +++ b/install/action.yml @@ -7,7 +7,7 @@ branding: inputs: channel: description: 'The one of the following channel: alpha, beta, ea, stable, rock-solid' - default: 'alpha' + default: 'stable' required: false version: description: 'The certain version' diff --git a/run/README.md b/run/README.md index e753a21..66cd0fd 100644 --- a/run/README.md +++ b/run/README.md @@ -11,7 +11,7 @@ The action combines all the necessary steps in itself and logic may be divided i inputs: channel: description: 'The one of the following channel: alpha, beta, ea, stable, rock-solid' - default: 'alpha' + default: 'stable' required: false version: description: 'The certain version' diff --git a/run/action.yml b/run/action.yml index afe5242..c9e3391 100644 --- a/run/action.yml +++ b/run/action.yml @@ -7,7 +7,7 @@ branding: inputs: channel: description: 'The one of the following channel: alpha, beta, ea, stable, rock-solid' - default: 'alpha' + default: 'stable' required: false version: description: 'The certain version'