Skip to content

Commit

Permalink
update underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
shitchcock committed Apr 30, 2024
1 parent f082684 commit ea0b3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/happy-cleanup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
core.setOutput('id_token', id_token)
core.exportVariable('id_token', id_token);
- name: Delete stale stacks
working-directory: ${{ inputs.working-directory }}
working-directory: ${{ inputs.working_directory }}
env:
ENV: ${{ inputs.env }}
TFE_TOKEN: ${{ inputs.tfe_token }}
Expand Down

0 comments on commit ea0b3a1

Please sign in to comment.