We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339290e commit eecea9eCopy full SHA for eecea9e
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
make pack
41
- name: Commit changed `get-platformio.py`
42
- if: matrix.os == 'ubuntu-latest' && matrix.python-version == '"3.12"'
+ if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
43
uses: stefanzweifel/git-auto-commit-action@v5
44
with:
45
commit_message: "Github Action: Updated `get-platformio.py`"
0 commit comments