mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 07:08:14 +00:00
.github/workflows/update-terraform-providers.yml: minor fixes
- simplify comment - move `ofborg` command into block for clickable copying
This commit is contained in:
parent
6ee9a9d0be
commit
c19e9b776d
@ -28,11 +28,12 @@ jobs:
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
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 `@ofborg build terraform-full`
|
||||
Check that all providers build with:
|
||||
```
|
||||
@ofborg build terraform-full
|
||||
```
|
||||
branch: terraform-providers-update
|
||||
delete-branch: false
|
||||
labels: "2.status: work-in-progress"
|
||||
|
Loading…
Reference in New Issue
Block a user