File tree Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -3,28 +3,27 @@ description: 'A GitHub Action that decommisions resource groups tagged with Temp
3
3
author : ' githubofkrishnadhas'
4
4
# reference https://haya14busa.github.io/github-action-brandings/
5
5
branding :
6
- icon : ' cloud-lightning'
7
- color : ' green'
6
+ icon : ' cloud-lightning'
7
+ color : ' green'
8
8
inputs :
9
9
subscription_name :
10
10
required : true
11
- type : string
12
11
default : " "
13
12
description : " The azure subscription name."
14
13
runs :
15
- defaults :
16
- run :
17
- shell : bash
18
14
using : ' composite'
19
15
steps :
20
- - name : Install Python
21
- uses : actions/setup-python@v5
22
- with :
23
- python-version : ' 3.11'
24
- - name : package installations
25
- run : |
26
- pip install poetry
27
- poetry install -v --no-root --no-interaction
28
- - name : Run Python program
29
- run : |
30
- poetry run python3 terraforminator.py --subscription_name ${{ inputs.subscription_name }}
16
+ - name : Install Python
17
+ uses : actions/setup-python@v5
18
+ with :
19
+ python-version : ' 3.11'
20
+
21
+ - name : package installations
22
+ shell : bash
23
+ run : |
24
+ pip install poetry
25
+ poetry install -v --no-root --no-interaction
26
+ - name : Run Python program
27
+ shell : bash
28
+ run : |
29
+ poetry run python3 terraforminator.py --subscription_name ${{ inputs.subscription_name }}
You can’t perform that action at this time.
0 commit comments