mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
fixing typo
This commit is contained in:
parent
0eece35746
commit
3d66e75ba1
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
|
||||
|
Loading…
Reference in New Issue
Block a user