Skip to content

Commit

Permalink
allow to push the docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Mar 27, 2024
1 parent 436cba4 commit 21a3c12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
@@ -1,17 +1,15 @@
name: ci
on:
pull_request:
permissions:
contents: read
defaults:
run:
shell: bash
- pull_request

jobs:
ci:
runs-on: ubuntu-latest
steps:
# Setup dependencies
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}

# Run a couple of native Terraform checks
- uses: hashicorp/setup-terraform@v3
Expand All @@ -35,3 +33,5 @@ jobs:
output-method: inject
fail-on-diff: true
args: --lockfile=false
git-push: "true" # automatically push the changes to the branch

0 comments on commit 21a3c12

Please sign in to comment.