From 7ea705ca23e655c75bc7c63c3b610e01cb6e8ceb Mon Sep 17 00:00:00 2001 From: Dmitry Kisler Date: Mon, 16 Oct 2023 16:18:32 +0200 Subject: [PATCH] chore: move the disclaimer higher in the readme. see: https://github.com/opentofu/setup-opentofu/pull/2/files#r1356483075 Signed-off-by: Dmitry Kisler --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 059a698..d65a595 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ The `opentofu/setup-opentofu` action sets up OpenTofu CLI in your GitHub Actions After you've used the action, subsequent steps in the same job can run arbitrary OpenTofu commands using [the GitHub Actions `run` syntax](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun). This allows most OpenTofu commands to work exactly like they do on your local command line. +## Experimental Status + +By using the software in this repository (the "Software"), you acknowledge that: (1) the Software is still in development, may change, and has not been released as a commercial product by OpenTofu; (2) the Software is provided on an "as-is" basis, and may include bugs, errors, or other issues; (3) the Software is NOT INTENDED FOR PRODUCTION USE, use of the Software may result in unexpected results, loss of data, or other unexpected results, and OpenTofu disclaims any and all liability resulting from use of the Software. + ## Usage This action can be run on `ubuntu-latest`, `windows-latest`, and `macos-latest` GitHub Actions runners. When running on `windows-latest` the shell should be set to Bash. @@ -270,7 +274,3 @@ to `true`, the following outputs are available for subsequent steps that call th ## Code of Conduct [Code of Conduct](CODE_OF_CONDUCT.md) - -## Experimental Status - -By using the software in this repository (the "Software"), you acknowledge that: (1) the Software is still in development, may change, and has not been released as a commercial product by OpenTofu; (2) the Software is provided on an "as-is" basis, and may include bugs, errors, or other issues; (3) the Software is NOT INTENDED FOR PRODUCTION USE, use of the Software may result in unexpected results, loss of data, or other unexpected results, and OpenTofu disclaims any and all liability resulting from use of the Software.