From b74d1f160680b6b03cc97f74c271b58941be4f00 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Aug 2021 20:26:35 +0000 Subject: [PATCH] chore(release): 1.0.2 ## [1.0.2](https://github.com/splunk/addonfactory-test-matrix-action/compare/v1.0.1...v1.0.2) (2021-08-11) ### Bug Fixes * syntax issue in entrypoint ([1730154](https://github.com/splunk/addonfactory-test-matrix-action/commit/17301549e7836d51879dc1bb3b9c67485f5992f6)) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fdf0079..782faa2 100644 --- a/action.yml +++ b/action.yml @@ -3,4 +3,4 @@ name: "Add n Factory test matrix" description: "This tool automates the selection matrix dimensions" runs: using: "docker" - image: "docker://ghcr.io/splunk/addonfactory-test-matrix-action/addonfactory-test-matrix-action:v1.0.1" + image: "docker://ghcr.io/splunk/addonfactory-test-matrix-action/addonfactory-test-matrix-action:v1.0.2"