Skip to content

Commit

Permalink
Minor Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bloudraak committed Nov 3, 2023
1 parent 0ac8b08 commit 529f977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This workflow is based on the [Typescript Action](https://github.com/actions/typ

### Pre-requisites

Create a workflow `.yml` file in your repositories `.github/workflows` directory. An [example workflow](#example) is available below.
Create a workflow `.yml` file in your repositories `.github/workflows` directory. An [example workflow](#examples) is available below.

### Inputs

Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Terraform Plan and Apply
id: terraform
uses: wernerstrydom/terraform-action@v1
uses: phaka/terraform-action@v1-beta
with:
command: apply
workspace: ci-${{ github.repository_owner_id }}-${{ github.repository_id }}-${{ github.event.pull_request.number }}
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
uses: actions/checkout@v2
- name: Terraform Destroy
uses: wernerstrydom/terraform-action@v1
uses: phaka/terraform-action@v1-beta
with:
command: destroy
workspace: ci-${{ github.repository_owner_id }}-${{ github.repository_id }}-${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 529f977

Please sign in to comment.