From b6219d9bf2e1af2298e270475a8ace304d8b7b23 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Thu, 13 Nov 2025 20:19:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Typo=20in=20Firefox=20version=20?= =?UTF-8?q?specification?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2f80129..dd45175 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,14 +41,14 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Setup Firefox ${{ matrix.firefox }} + - name: Setup Firefox ${{ matrix.nss-source }} if: | startsWith(matrix.nss-source, 'latest') && ( matrix.os == 'ubuntu' || matrix.os == 'windows' ) uses: browser-actions/setup-firefox@latest with: - firefox-version: ${{ matrix.firefox }} + firefox-version: ${{ matrix.nss-source }} - name: Install nss via homebrew if: |