Skip to content

Commit

Permalink
Merge pull request #9 from spalluotto/PR
Browse files Browse the repository at this point in the history
Fix a bug/typo
  • Loading branch information
dgerosa authored Sep 17, 2024
2 parents 822e580 + a1b951a commit f35338e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dummyaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
Now-save-a-file:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: mkdir ./artifacts && ls -R ${{ github.workspace }} >> ./artifacts/myls.txt
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: myls.txt
path: ./artifacts
4 changes: 2 additions & 2 deletions lectures/L06_git.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
"\n",
"Here's how we will set things up:\n",
"\n",
"1. A the bash prompt generate a new key pair:\n",
"1. At the bash prompt generate a new key pair:\n",
"\n",
" ```bash\n",
" ssh-keygen -t ed25519\n",
Expand All @@ -431,7 +431,7 @@
" we can give it to places we want to communicate with, like github\n",
" \n",
"\n",
"2. Go to you Github profile SSH keys settings: https://github.com/settings/keys\n",
"2. Go to your Github profile SSH keys settings: https://github.com/settings/keys\n",
"\n",
" Click on the *New SSH key* button and:\n",
"\n",
Expand Down

0 comments on commit f35338e

Please sign in to comment.