2
0
mirror of https://gitea.com/actions/upload-artifact.git synced 2025-02-23 20:20:33 +07:00

actions to steps

This commit is contained in:
Bryan MacFarlane 2019-07-25 21:33:03 -04:00 committed by GitHub
parent 3276de8580
commit 238f4bdf55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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