mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-06 16:15:57 +00:00
chore: updated the hardcoded value so it's the latest release.
see: https://github.com/opentofu/setup-opentofu/pull/2#discussion_r1349662831 Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
parent
23ad7200d0
commit
c0694856cd
2 changed files with 2 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -199,7 +199,7 @@ credentials "${credentialsHostname}" {
|
||||||
async function run () {
|
async function run () {
|
||||||
try {
|
try {
|
||||||
// Gather GitHub Actions inputs
|
// Gather GitHub Actions inputs
|
||||||
const version = '1.6.0-alpha1';
|
const version = '1.6.0-alpha2';
|
||||||
// TODO: allow dynamic version selection once logic is ready
|
// TODO: allow dynamic version selection once logic is ready
|
||||||
// const version = core.getInput('tofu_version');
|
// const version = core.getInput('tofu_version');
|
||||||
const credentialsHostname = core.getInput('cli_config_credentials_hostname');
|
const credentialsHostname = core.getInput('cli_config_credentials_hostname');
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@ credentials "${credentialsHostname}" {
|
||||||
async function run () {
|
async function run () {
|
||||||
try {
|
try {
|
||||||
// Gather GitHub Actions inputs
|
// Gather GitHub Actions inputs
|
||||||
const version = '1.6.0-alpha1';
|
const version = '1.6.0-alpha2';
|
||||||
// TODO: allow dynamic version selection once logic is ready
|
// TODO: allow dynamic version selection once logic is ready
|
||||||
// const version = core.getInput('tofu_version');
|
// const version = core.getInput('tofu_version');
|
||||||
const credentialsHostname = core.getInput('cli_config_credentials_hostname');
|
const credentialsHostname = core.getInput('cli_config_credentials_hostname');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue