We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8587b commit ddd2721Copy full SHA for ddd2721
.github/actions/happy-cleanup/action.yml
@@ -15,6 +15,10 @@ inputs:
15
tfe_token:
16
description: A Terraform Enterprise API token to be used with your happy organization
17
required: true
18
+ working_directory:
19
+ description: "The happy project root"
20
+ default: "."
21
+ required: false
22
happy_version:
23
description: The version of happy to use
24
@@ -36,6 +40,7 @@ runs:
36
40
core.setOutput('id_token', id_token)
37
41
core.exportVariable('id_token', id_token);
38
42
- name: Delete stale stacks
43
+ working-directory: ${{ inputs.working_directory }}
39
44
env:
45
ENV: ${{ inputs.env }}
46
TFE_TOKEN: ${{ inputs.tfe_token }}
0 commit comments