Skip to content

Commit eecea9e

Browse files
authored
fix if compare
1 parent 339290e commit eecea9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
make pack
4141
- name: Commit changed `get-platformio.py`
42-
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '"3.12"'
42+
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
4343
uses: stefanzweifel/git-auto-commit-action@v5
4444
with:
4545
commit_message: "Github Action: Updated `get-platformio.py`"

0 commit comments

Comments
 (0)