ci: Fix typo in 'authors.yml'

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-12-11 17:22:48 +01:00
parent b72e4ee83e
commit 497678ba2f

View file

@ -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