File tree Expand file tree Collapse file tree 5 files changed +20
-8
lines changed
Expand file tree Collapse file tree 5 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ Checkout our other :point_right: [terraform modules](https://registry.terraform.
66
77## Copyright
88
9- Copyright © 2017-2024 [ Blackbird Cloud] ( https://blackbird.cloud )
9+ Copyright © 2017-2025 [ Blackbird Cloud] ( https://blackbird.cloud )
Original file line number Diff line number Diff line change 1+ name : Release
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+
8+ jobs :
9+ release :
10+ name : Create a Github Release and tag
11+ uses : blackbird-cloud/github-actions/.github/workflows/release.yml@main
12+ secrets : inherit
Original file line number Diff line number Diff line change 11name : Validate and Format
22
33on :
4- workflow_dispatch :
5- # pull_request_target :
6- # types: [opened, synchronize]
4+ pull_request :
5+ branches :
6+ - main
77
88jobs :
99 format :
Original file line number Diff line number Diff line change 11name : Generate Readme
22
33on :
4- push :
4+ pull_request :
55 branches :
66 - main
7- workflow_dispatch :
87
98jobs :
109 generate-readme :
1817 - uses : actions/checkout@v4
1918 with :
2019 token : ${{ steps.app-token.outputs.token }}
20+ ref : ${{ github.event.pull_request.head.ref }}
2121 - name : Render terraform docs and push changes back to PR
2222 uses : terraform-docs/gh-actions@main
2323 with :
Original file line number Diff line number Diff line change 175175
176176 END OF TERMS AND CONDITIONS
177177
178- Copyright 2020-2023 Blackbird Cloud, VOF
178+ Copyright 2025 Blackbird Cloud B.V.
179179
180180 Licensed under the Apache License, Version 2.0 (the "License");
181181 you may not use this file except in compliance with the License.
187187 distributed under the License is distributed on an "AS IS" BASIS,
188188 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
189189 See the License for the specific language governing permissions and
190- limitations under the License.
190+ limitations under the License.
You can’t perform that action at this time.
0 commit comments