Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MSeal committed Nov 18, 2022
1 parent dd24c5d commit 16bd27c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
- uses: noteable-io/run-noteable-notebook@v1
- uses: noteable-io/run-noteable-notebook@v2
env:
RUNNER: ${{ toJson(runner) }}
SECRETS: ${{ toJson(secrets) }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
- uses: noteable-io/run-noteable-notebook@v1
- uses: noteable-io/run-noteable-notebook@v2
env:
RUNNER: ${{ toJson(runner) }}
SECRETS: ${{ toJson(secrets) }}
Expand All @@ -68,7 +68,7 @@ jobs:
params: "PATHTOPARAMS.json"
isReport: False
poll: True
- uses: noteable-io/run-noteable-notebook@v1
- uses: noteable-io/run-noteable-notebook@v2
env:
RUNNER: ${{ toJson(runner) }}
SECRETS: ${{ toJson(secrets) }}
Expand Down

0 comments on commit 16bd27c

Please # to comment.