-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaction.yaml
28 lines (28 loc) · 826 Bytes
/
action.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: tflint
description: tflint action
inputs:
github_token:
description: 'GitHub Access Token'
required: false
default: ${{ github.token }}
github_token_for_tflint_init:
description: GitHub Access Token for tflint --init. If this input isn't set, github_token is used
required: false
github_token_for_fix:
description: GitHub Access Token for tflint --fix. If this input isn't set, github_token is used
required: false
working_directory:
description: 'Working Directory'
required: false
default: ""
github_comment:
description: 'Whether a comment is posted with github-comment'
required: false
default: 'false'
fix:
description: If this is true, tflint --fix is executed
required: false
default: 'false'
runs:
using: node20
main: dist/index.js