ci: Fix typo in 'authors.yml'
This commit is contained in:
parent
b72e4ee83e
commit
497678ba2f
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
run: |
|
||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
||||
git fetch --all
|
||||
- name: "Dependecies"
|
||||
- name: "Dependencies"
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get -qq update
|
||||
|
|
|
|||
Loading…
Reference in New Issue