Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Bump github.com/imroc/req/v3 from 3.37.1 to 3.41.11 #280

Bump github.com/imroc/req/v3 from 3.37.1 to 3.41.11

Bump github.com/imroc/req/v3 from 3.37.1 to 3.41.11 #280

Workflow file for this run

name: Docgen
on:
push:
paths-ignore:
- 'README.md'
permissions:
contents: write
env:
GO_VERSION: '1.20'
jobs:
docgen:
runs-on: ubuntu-latest
# Don't run docgen for depandabot commits
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Download deps
run: |
go mod download
go get github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs
- name: Gen docs
run: |
go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Doc update
file_pattern: examples/ docs/