Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve readme #278

Merged
merged 1 commit into from Dec 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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