feat: make the graceful terminate Lambda timeout configurable (#1164) #112
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Update docs | |
on: # yamllint disable-line rule:truthy | |
push: | |
branches: | |
- release-please--branches--main | |
permissions: read-all | |
jobs: | |
docs: | |
# update docs after merge back to develop | |
name: Auto update terraform docs | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
steps: | |
- name: Checkout branch | |
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 # ratchet:actions/checkout@v3 | |
- name: Generate TF docs | |
uses: terraform-docs/gh-actions@e47bfa196e79fa50987ef391be236d9d97b0c786 # v1.2.0 | |
with: | |
find-dir: . | |
git-commit-message: "docs: auto update terraform docs" | |
git-push: true |