Skip to content

Bump grafana/k6-action from 0.2.0 to 0.3.1 #13

Bump grafana/k6-action from 0.2.0 to 0.3.1

Bump grafana/k6-action from 0.2.0 to 0.3.1 #13

Workflow file for this run

name: terraform-docs
on:
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs and push changes
uses: terraform-docs/[email protected]
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"