From cf2c225e3088d0cbd3bedc68690c216033e3013a Mon Sep 17 00:00:00 2001 From: Daniel Flook Date: Tue, 22 Nov 2022 23:54:01 +0000 Subject: [PATCH] v1.31.0 --- README.md | 2 -- action.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a8bfcf..59084e8 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,6 @@ The [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/ Variables set here override any given in `var_file`s. This **can** be used with remote backends such as Terraform Cloud/Enterprise, with variables set in the remote workspace having precedence. - > :warning: Secret values are not masked in the PR comment. Set a `label` to avoid revealing the variables in the PR. - - Type: string - Optional diff --git a/action.yaml b/action.yaml index bf14d6a..8a60f3c 100644 --- a/action.yaml +++ b/action.yaml @@ -68,7 +68,7 @@ outputs: runs: using: docker - image: docker://danielflook/terraform-github-actions@sha256:7edff0d05c6ad3f7fd88f0af21a73be9fce20eea1490f4d82f6609d419825f3c + image: docker://danielflook/terraform-github-actions@sha256:64464552ca35e382a9a1611cafd81e6bdd002c35d38fb2b7fc120594c58914ca entrypoint: /entrypoints/plan.sh branding: