diff options
author | Shin'ya UEOKA <ueokande@i-beam.org> | 2021-01-01 10:23:33 +0000 |
---|---|---|
committer | Shin'ya UEOKA <ueokande@i-beam.org> | 2021-01-01 10:27:07 +0000 |
commit | 7cedc3dd891c2c57291564ced8fb6606b44e2b5e (patch) | |
tree | a3fe678a0d3a0e133f93f6b5581b0a78cf30cd14 /.github/workflows/build.yaml | |
parent | e936c5ee2e95c0f4e43a1a6872b1011e9c5e7ec0 (diff) |
Fix setup-geckodriver parameter
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9c89c50..1c2fc62 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: firefox-version: 78.3.0esr - uses: ueokande/setup-geckodriver@latest with: - firefox-version: 0.28.0 + geckodriver-version: 0.28.0 - name: Get yarn cache directory path id: yarn-cache-dir-path @@ -49,7 +49,7 @@ jobs: firefox-version: 78.3.0esr - uses: ueokande/setup-geckodriver@latest with: - firefox-version: 0.28.0 + geckodriver-version: 0.28.0 - name: Install xsel run: sudo apt-get install -y --no-install-recommends xsel |