Skip to content

Commit

Permalink
Try using planetscale/ghcommit-action
Browse files Browse the repository at this point in the history
  • Loading branch information
d-costa committed Apr 19, 2024
1 parent 19ce80c commit 304de6b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ jobs:
git-push: 'false'

# Push Terraform-docs changes
- uses: stefanzweifel/git-auto-commit-action@v5
if: github.repository_owner == 'runatlantis' # skip for forks
- uses: planetscale/ghcommit-action@v0.1.35
with:
commit_message: "terraform-docs: automated action"
repo: ${{ github.repository }}
branch: ${{ github.head_ref || github.ref_name }}
file_pattern: 'README.md'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 304de6b

Please sign in to comment.