Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihtokus committed Jan 1, 2023
1 parent 8255b0e commit 6416eec
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -13,4 +13,7 @@ runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.who-to-greet }}
- ${{ inputs.who-to-greet }}
branding:
icon: "git-pull-request"
color: "purple"

0 comments on commit 6416eec

Please sign in to comment.