Skip to content

Commit f4ac36d

Browse files
authored
Improve readme (#278)
1 parent 5f375cc commit f4ac36d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Each artifact behaves as a file share. Uploading to the same artifact multiple t
160160
steps:
161161
- name: Create a file
162162
run: echo ${{ matrix.node-version }} > my_file.txt
163-
- name: Accidently upload to the same artifact via multiple jobs
163+
- name: Accidentally upload to the same artifact via multiple jobs
164164
uses: actions/upload-artifact@v2
165165
with:
166166
name: my-artifact
@@ -207,7 +207,7 @@ Environment variables along with context expressions can also be used for input.
207207

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

210-
```
210+
```yaml
211211
steps:
212212
- run: |
213213
mkdir testing

0 commit comments

Comments
 (0)