Skip to content

Commit

Permalink
Merge pull request #12 from goci-io/goci-update-actions
Browse files Browse the repository at this point in the history
ci: update github actions
  • Loading branch information
etwillbefine authored May 1, 2020
2 parents 9f7a097 + b565563 commit 2131ff5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/terraform-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,9 @@ on:
branches:
- master
jobs:
checkout:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@master
validate:
name: 'terraform/validate'
runs-on: ubuntu-latest
needs: checkout
strategy:
fail-fast: false
matrix:
Expand All @@ -25,6 +19,8 @@ jobs:
TF_INPUT: '0'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: 'Checkout'
uses: actions/checkout@master
- name: 'Terraform Init'
uses: hashicorp/[email protected]
with:
Expand Down

0 comments on commit 2131ff5

Please sign in to comment.