Skip to content

Commit

Permalink
hashicorp/setup-terraform for ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron authored Jan 7, 2025
1 parent 5f22eef commit 10d37ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schema-updater.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
on:
push:
branches: [ main ]
schedule:
- cron: '0 0 * * *'
workflow_dispatch: # Enables on-demand/manual triggering
Expand All @@ -9,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
- run: |
echo 'provider "aws" {}
provider "awscc" {}
Expand Down

0 comments on commit 10d37ff

Please sign in to comment.