mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-10 01:00:19 +01:00
Fix task name for updating git
This commit is contained in:
parent
a6073c4ce3
commit
631a90ffcc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/markdownlint.yml
vendored
2
.github/workflows/markdownlint.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
markdownlint:
|
markdownlint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Update pip, git
|
- name: Update git
|
||||||
run: |
|
run: |
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
|
Loading…
Reference in a new issue