Fix task name for updating git

This commit is contained in:
Sergei Petrosian 2023-08-29 12:46:38 +02:00 committed by Jakub Jelen
parent a6073c4ce3
commit 631a90ffcc

View file

@ -18,7 +18,7 @@ jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Update pip, git
- name: Update git
run: |
set -euxo pipefail
sudo apt update