Skip to content

Commit

Permalink
updated versions for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Mar 1, 2022
1 parent 70f23ca commit b5ae7cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.1.1 - Unreleased
## 0.1.1 - 2022-03-01

* Fixed bug that was causing the action to fail when `timeout` or `additional-files` were unspecified

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run PyBryt
uses: microsoft/pybryt-action@v0.1
uses: microsoft/pybryt-action@v0.1.1
with:
submission-path: demo/fibonacci/submissions/subm01.ipynb
references: |
Expand All @@ -41,7 +41,7 @@ If you were using a notebook as a testing harness, you may want something like:

```yaml
- name: Run PyBryt
uses: microsoft/pybryt-action@v0.1
uses: microsoft/pybryt-action@v0.1.1
with:
submission-path: harness.ipynb
additional-files: |
Expand All @@ -67,7 +67,7 @@ For example, you may want to commit these as files in the student's repo:
```yaml
- name: Run PyBryt
id: pybryt
uses: microsoft/pybryt-action@v0.1
uses: microsoft/pybryt-action@v0.1.1
with:
# etc.
- name: Save, commit, and push results
Expand Down

0 comments on commit b5ae7cb

Please sign in to comment.