Skip to content

Commit

Permalink
feat: removed inputs for username and email
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanveer143s authored Sep 25, 2023
1 parent ffeed30 commit 44d942e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ inputs:
modules:
description: 'Comma-separated list of modules to include'
required: false
username:
description: 'Set git user-name'
required: false
email:
description: 'Set git Email id'
required: false
outputs:
tf_actions_output:
description: 'The terraform outputs in JSON format.'
Expand All @@ -45,5 +39,3 @@ runs:
args:
- ${{ inputs.github_token }}
- ${{ inputs.modules }}
- ${{ inputs.username }}
- ${{ inputs.email }}

0 comments on commit 44d942e

Please sign in to comment.