mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 12:17:17 +03:00
[FORGEJO] cosmetic change
This commit is contained in:
parent
62db322759
commit
d4bcd15847
1 changed files with 3 additions and 1 deletions
|
@ -97,7 +97,9 @@ create a network that cannot reach the forgejo instance.
|
|||
|
||||
### Try a sample workflow
|
||||
|
||||
From the Forgejo web interface, create a repository and add the following to `.forgejo/workflows/try.yaml`. It will launch the job and the result can be observed from the `actions` tab.
|
||||
From the Forgejo web interface, create a repository and add the
|
||||
following to `.forgejo/workflows/try.yaml`. It will launch the job and
|
||||
the result can be observed from the `actions` tab.
|
||||
|
||||
```yaml
|
||||
on: [push]
|
||||
|
|
Loading…
Reference in a new issue