Update m5atom-matrix.yml

This commit is contained in:
Darrell 2022-02-19 14:09:28 -05:00 committed by GitHub
parent c55e939f46
commit a90386479f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,6 @@ jobs:
run: echo "PLATFORMIO_BUILD_FLAGS=-DVERSION='\"${GITHUB_REF#refs/*/}\"'" >> $GITHUB_ENV
if: startsWith(github.ref, 'refs/tags/v')
- name: Run PlatformIO
run: pio account login --username="${secrets.PIO_USERNAME}" --password="${secrets.PIO_PASSWORD}"
run: pio account login --username="${{secrets.PIO_USERNAME}}" --password="${{secrets.PIO_PASSWORD}}"
- name: Run PlatformIO
run: pio remote run -e m5atom-matrix