diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 61921fa..37f5e8f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -6,7 +6,7 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.ref }} diff --git a/README.md b/README.md index 9adc804..9840ac9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Main title +# terraform-ci-example Everything in this comment block will get extracted. diff --git a/main.tf b/main.tf index 7e49c9f..31d4034 100644 --- a/main.tf +++ b/main.tf @@ -1,5 +1,5 @@ /** - * # Main title + * # terraform-ci-example * * Everything in this comment block will get extracted. *