mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-03-13 09:58:07 -04:00
cosmetic
This commit is contained in:
parent
ac06f28fdd
commit
9e91b960f3
1 changed files with 12 additions and 20 deletions
|
@ -9,29 +9,21 @@ license: 'CC-BY-SA-4.0'
|
||||||
# Quick start
|
# Quick start
|
||||||
|
|
||||||
- Verify that `Enable Repository Actions` is checked in the `Repository` tab of the `/{owner}/{repository}/settings` page.
|
- Verify that `Enable Repository Actions` is checked in the `Repository` tab of the `/{owner}/{repository}/settings` page.
|
||||||
|

|
||||||

|
|
||||||
|
|
||||||
- Add the following to the `.forgejo/workflows/demo.yaml` file in the repository.
|
- Add the following to the `.forgejo/workflows/demo.yaml` file in the repository.
|
||||||
|
```yaml
|
||||||
```yaml
|
on: [push]
|
||||||
on: [push]
|
jobs:
|
||||||
jobs:
|
test:
|
||||||
test:
|
runs-on: ubuntu-latest
|
||||||
runs-on: ubuntu-latest
|
steps:
|
||||||
steps:
|
- run: echo All Good
|
||||||
- run: echo All Good
|
```
|
||||||
```
|

|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
- Go to the `Actions` tab of the `/{owner}/{repository}/actions` page of the repository to see the result of the run.
|
- Go to the `Actions` tab of the `/{owner}/{repository}/actions` page of the repository to see the result of the run.
|
||||||
|

|
||||||

|
|
||||||
|
|
||||||
- Click on the workflow link to see the details and the job execution logs.
|
- Click on the workflow link to see the details and the job execution logs.
|
||||||
|

|
||||||

|
|
||||||
|
|
||||||
# Glossary
|
# Glossary
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue