mirror of
https://github.com/actions/upload-artifact.git
synced 2024-11-30 07:59:02 +00:00
actions to steps
This commit is contained in:
parent
3276de8580
commit
238f4bdf55
@ -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 New Issue
Block a user