mirror of
https://github.com/actions/upload-artifact
synced 2024-11-09 10:52:39 +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:
|
||||
```yaml
|
||||
actions:
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- run: mkdir -p path/to/artifact
|
||||
|
|
Loading…
Reference in a new issue