Skip to content

Commit

Permalink
[goci] update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed May 1, 2020
1 parent 9f7a097 commit b565563
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 b565563

Please sign in to comment.