Skip to content

Commit

Permalink
v1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Oct 17, 2022
1 parent df61311 commit de8929b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github:
- dflook
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: terraform plan
uses: dflook/terraform-plan@v1
Expand Down Expand Up @@ -411,7 +411,7 @@ jobs:
name: Create terraform plan
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: terraform plan
uses: dflook/terraform-plan@v1
Expand Down Expand Up @@ -446,7 +446,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: refs/pull/${{ github.event.issue.number }}/merge
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ outputs:

runs:
using: docker
image: docker://danielflook/terraform-github-actions@sha256:ab393e4ac758789ce8db30585be56078b3dde51cfcc18266e587b69e9cbb9026
image: docker://danielflook/terraform-github-actions@sha256:456bfa30fe140388801051677636a73e40368f1b43e13a082eb89e58357db54c
entrypoint: /entrypoints/plan.sh

branding:
Expand Down

0 comments on commit de8929b

Please sign in to comment.