From 5e7473fd2bcb97eed1dad5957232e4eb070ec742 Mon Sep 17 00:00:00 2001 From: Bruce Becker Date: Thu, 28 Mar 2024 17:08:12 +0100 Subject: [PATCH] ci: fix task name Signed-off-by: Bruce Becker --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 988e20e1..ca3e6420 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: # so we cannot make a matrix out of action versions. # Thanks, Obama. # See https://github.com/orgs/community/discussions/110550 - name: Ansible Lint ${{ matrix.version }} + name: Ansible Lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v4