Skip to content

Commit ddd2721

Browse files
feat: add working-dir to happy cleanup (#262)
Co-authored-by: Jake Heath <[email protected]>
1 parent 0f8587b commit ddd2721

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/happy-cleanup/action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ inputs:
1515
tfe_token:
1616
description: A Terraform Enterprise API token to be used with your happy organization
1717
required: true
18+
working_directory:
19+
description: "The happy project root"
20+
default: "."
21+
required: false
1822
happy_version:
1923
description: The version of happy to use
2024
required: true
@@ -36,6 +40,7 @@ runs:
3640
core.setOutput('id_token', id_token)
3741
core.exportVariable('id_token', id_token);
3842
- name: Delete stale stacks
43+
working-directory: ${{ inputs.working_directory }}
3944
env:
4045
ENV: ${{ inputs.env }}
4146
TFE_TOKEN: ${{ inputs.tfe_token }}

0 commit comments

Comments
 (0)