Skip to content

Commit 7b3861c

Browse files
authored
Update examples in README for new repo owner
1 parent 2162a59 commit 7b3861c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ file could be very simple! This release CI creates .mpy files for CircuitPython
5252
with:
5353
submodules: true
5454
- name: Run MPY Action
55-
uses: tekktrik/build-mpy@v1
55+
uses: adafruit/build-mpy@v1
5656
with:
5757
github-token: ${{ secrets.GITHUB_TOKEN }}
5858
circuitpy-tag: "7.2.0"
@@ -77,7 +77,7 @@ to specify certain files NOT to compile, you could modify the script above to be
7777
with:
7878
submodules: true
7979
- name: Run MPY Action
80-
uses: tekktrik/build-mpy@v1
80+
uses: adafruit/build-mpy@v1
8181
with:
8282
github-token: ${{ secrets.GITHUB_TOKEN }}
8383
circuitpy-tag: "7.2.0"

0 commit comments

Comments
 (0)