Skip to content

Commit

Permalink
Improve readme (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Dec 7, 2021
1 parent 5f375cc commit f4ac36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -160,7 +160,7 @@ Each artifact behaves as a file share. Uploading to the same artifact multiple t
steps:
- name: Create a file
run: echo ${{ matrix.node-version }} > my_file.txt
- name: Accidently upload to the same artifact via multiple jobs
- name: Accidentally upload to the same artifact via multiple jobs
uses: actions/upload-artifact@v2
with:
name: my-artifact
Expand Down Expand Up @@ -207,7 +207,7 @@ Environment variables along with context expressions can also be used for input.

For environment variables created in other steps, make sure to use the `env` expression syntax

```
```yaml
steps:
- run: |
mkdir testing
Expand Down

0 comments on commit f4ac36d

Please sign in to comment.