From f4ac36d2052d09212226799b513ca60c91a09bfc Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Tue, 7 Dec 2021 15:07:03 +0100 Subject: [PATCH] Improve readme (#278) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10e084dd..05baa193 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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