Skip to content

Commit

Permalink
GitHub actions fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Apr 6, 2024
1 parent 2101324 commit 8b5ab40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/plan/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
- uses: hashicorp/setup-terraform@v2
- uses: hashicorp/setup-terraform@v3
with:
cli_config_credentials_token: ${{ inputs.token }}
- run: make -C ${{ inputs.name }} plan
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/blue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: blue
on:
pull_request:
paths:
- .github/**
- blue/**
push:
paths:
- .github/**
- blue/**
jobs:
plan:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: global
on:
pull_request:
paths:
- .github/**
- global/**
push:
paths:
- .github/**
- global/**
jobs:
plan:
Expand Down

0 comments on commit 8b5ab40

Please sign in to comment.