Skip to content

Commit

Permalink
Update examples in README for new repo owner
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Oct 3, 2022
1 parent 2162a59 commit 7b3861c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ file could be very simple! This release CI creates .mpy files for CircuitPython
with:
submodules: true
- name: Run MPY Action
uses: tekktrik/build-mpy@v1
uses: adafruit/build-mpy@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
circuitpy-tag: "7.2.0"
Expand All @@ -77,7 +77,7 @@ to specify certain files NOT to compile, you could modify the script above to be
with:
submodules: true
- name: Run MPY Action
uses: tekktrik/build-mpy@v1
uses: adafruit/build-mpy@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
circuitpy-tag: "7.2.0"
Expand Down

0 comments on commit 7b3861c

Please sign in to comment.