Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit 8b26ef2

Browse files
canelkatmislkysow
authored andcommitted
Fix outputs typo (#126)
* Docs for how to release. * Fix outputs typo * Delete CONTRIBUTING.md Co-authored-by: Luke Kysow <[email protected]>
1 parent d522477 commit 8b26ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
steps:
1414
- name: 'Checkout'
1515
uses: actions/checkout@master
16-
- name: 'Terraform Outputs'
16+
- name: 'Terraform Output'
1717
id: terraform
1818
uses: hashicorp/terraform-github-actions@master
1919
with:
2020
tf_actions_version: 0.12.13
21-
tf_actions_subcommand: 'outputs'
21+
tf_actions_subcommand: 'output'
2222
tf_actions_working_dir: '.'
2323
- name: 'Use Terraform Output'
2424
run: echo ${{ steps.terraform.outputs.tf_actions_output }}

0 commit comments

Comments
 (0)