Skip to content

Commit dd73f60

Browse files
author
brentru
committed
de-indent
1 parent f24166d commit dd73f60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
run: pip3 install pylint Sphinx sphinx-rtd-theme
2727

2828
- name: Run unittests
29-
with: # Set the secret as an input
30-
SECRET_IO_KEY: ${{ secrets.CI_IO_KEY }}
31-
SECRET_IO_USER: ${{ secrets.CI_IO_USERNAME }}
29+
env:
30+
SECRET_IO_KEY: ${{ secrets.CI_IO_KEY }}
31+
SECRET_IO_USER: ${{ secrets.CI_IO_USERNAME }}
3232
run: |
3333
cd tests/
3434
ADAFRUIT_IO_KEY=$SECRET_IO_KEY ADAFRUIT_IO_USERNAME=$SECRET_IO_USER python -m unittest discover

0 commit comments

Comments
 (0)