From 6416eec127a9ba20058cc3a1d3aa9c7a7e57dac1 Mon Sep 17 00:00:00 2001 From: fatihtokus Date: Sun, 1 Jan 2023 20:39:33 +0000 Subject: [PATCH] first commit --- action.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 0011139..b759ace 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -# action.yml -name: 'Hello World' -description: 'Greet someone and record the time' +name: 'TF Visualizer Action' +description: 'See changes for Terraform in pull requests' +author: 'Fatih Tokus' inputs: who-to-greet: # id of input description: 'Who to greet' @@ -13,4 +13,7 @@ runs: using: 'docker' image: 'Dockerfile' args: - - ${{ inputs.who-to-greet }} \ No newline at end of file + - ${{ inputs.who-to-greet }} +branding: + icon: "git-pull-request" + color: "purple"