From da6c583e29d76b8e2dc05f09f712fcb6c3a15f5b Mon Sep 17 00:00:00 2001 From: Martin Haynes Date: Wed, 13 Mar 2024 12:44:38 +0000 Subject: [PATCH] fix: the titles in actions --- .github/workflows/lint-actions.yml | 4 ++-- .github/workflows/test-actions.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-actions.yml b/.github/workflows/lint-actions.yml index d26b899..efd5b6a 100644 --- a/.github/workflows/lint-actions.yml +++ b/.github/workflows/lint-actions.yml @@ -1,5 +1,5 @@ -name: DotMH Test Actions -run-name: ${{ github.actor }} - ${{ github.workflow }} - ${{ github.run_number }} +name: DotMH Lint Actions +run-name: 'LINT: ${{ github.actor }} - ${{ github.workflow }} - ${{ github.run_number }}' on: [push] jobs: test: diff --git a/.github/workflows/test-actions.yml b/.github/workflows/test-actions.yml index 37c457d..06c9c5a 100644 --- a/.github/workflows/test-actions.yml +++ b/.github/workflows/test-actions.yml @@ -1,5 +1,5 @@ name: DotMH Test Actions -run-name: ${{ github.actor }} - ${{ github.workflow }} - ${{ github.run_number }} +run-name: 'TEST: ${{ github.actor }} - ${{ github.workflow }} - ${{ github.run_number }}' on: [push] jobs: test: