mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
user: actions: indent issue
This commit is contained in:
parent
ee6d19ca3f
commit
6b6f79e6ff
1 changed files with 2 additions and 2 deletions
|
@ -676,8 +676,8 @@ jobs:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
variant: ["bookworm", "bullseye"]
|
variant: ['bookworm', 'bullseye']
|
||||||
node: ["18", "20"]
|
node: ['18', '20']
|
||||||
```
|
```
|
||||||
|
|
||||||
Will create four jobs where:
|
Will create four jobs where:
|
||||||
|
|
Loading…
Reference in a new issue