mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
fixing typo
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
echo "::set-output name=adj_build_number::$adj_build_num"
|
||||
|
||||
locales-test:
|
||||
runs-on: ubunut-latest
|
||||
runs-on: ubuntu-latest
|
||||
needs: setup
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
|
||||
locales-test:
|
||||
runs-on: ubunut-latest
|
||||
runs-on: ubuntu-latest
|
||||
needs: setup
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
||||
Reference in New Issue
Block a user