mirror of
https://code.forgejo.org/forgejo/upload-artifact.git
synced 2024-11-08 18:32:40 +00:00
actions to steps
This commit is contained in:
parent
3276de8580
commit
238f4bdf55
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ See [action.yml](action.yml)
|
||||||
|
|
||||||
Basic:
|
Basic:
|
||||||
```yaml
|
```yaml
|
||||||
actions:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- run: mkdir -p path/to/artifact
|
- run: mkdir -p path/to/artifact
|
||||||
|
|
Loading…
Reference in a new issue