We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f375cc commit f4ac36dCopy full SHA for f4ac36d
README.md
@@ -160,7 +160,7 @@ Each artifact behaves as a file share. Uploading to the same artifact multiple t
160
steps:
161
- name: Create a file
162
run: echo ${{ matrix.node-version }} > my_file.txt
163
- - name: Accidently upload to the same artifact via multiple jobs
+ - name: Accidentally upload to the same artifact via multiple jobs
164
uses: actions/upload-artifact@v2
165
with:
166
name: my-artifact
@@ -207,7 +207,7 @@ Environment variables along with context expressions can also be used for input.
207
208
For environment variables created in other steps, make sure to use the `env` expression syntax
209
210
-```
+```yaml
211
212
- run: |
213
mkdir testing
0 commit comments