Merge pull request #170690 from qowoz/tf-action-misc
.github/workflows/update-terraform-providers.yml: minor fixes
This commit is contained in:
commit
2627bb20f9
1 changed files with 5 additions and 4 deletions
|
@ -28,11 +28,12 @@ jobs:
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
with:
|
with:
|
||||||
body: |
|
body: |
|
||||||
Automatic update of terraform providers.
|
Automatic update by [update-terraform-providers](https://github.com/NixOS/nixpkgs/blob/master/.github/workflows/update-terraform-providers.yml) action.
|
||||||
|
|
||||||
Created by [update-terraform-providers](https://github.com/NixOS/nixpkgs/blob/master/.github/workflows/update-terraform-providers.yml) action.
|
Check that all providers build with:
|
||||||
|
```
|
||||||
Check that all providers build with `@ofborg build terraform-full`
|
@ofborg build terraform-full
|
||||||
|
```
|
||||||
branch: terraform-providers-update
|
branch: terraform-providers-update
|
||||||
delete-branch: false
|
delete-branch: false
|
||||||
labels: "2.status: work-in-progress"
|
labels: "2.status: work-in-progress"
|
||||||
|
|
Loading…
Reference in a new issue