Skip to content

Commit b6219d9

Browse files
committed
đź‘· Typo in Firefox version specification
1 parent ea58e2e commit b6219d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/main.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343

44-
- name: Setup Firefox ${{ matrix.firefox }}
44+
- name: Setup Firefox ${{ matrix.nss-source }}
4545
if: |
4646
startsWith(matrix.nss-source, 'latest') && (
4747
matrix.os == 'ubuntu' || matrix.os == 'windows'
4848
)
4949
uses: browser-actions/setup-firefox@latest
5050
with:
51-
firefox-version: ${{ matrix.firefox }}
51+
firefox-version: ${{ matrix.nss-source }}
5252

5353
- name: Install nss via homebrew
5454
if: |

0 commit comments

Comments
 (0)