1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact.git synced 2024-11-10 05:23:18 +01:00

actions to steps

This commit is contained in:
Bryan MacFarlane 2019-07-25 21:31:50 -04:00 committed by GitHub
parent 964323f426
commit 378baa6d3e
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 (upload current working directory):
```yaml
actions:
steps:
- uses: actions/checkout@master
- uses: actions/download-artifact@master
@ -21,7 +21,7 @@ actions:
Download to specific directory:
```yaml
actions:
steps:
- uses: actions/checkout@master
- uses: actions/download-artifact@master