From 16ec3d48f54b84a194b3ad30a7345652028cf7b5 Mon Sep 17 00:00:00 2001 From: hasundue Date: Thu, 1 Aug 2024 07:58:27 +0900 Subject: [PATCH] ci(update): use commit massage for run-name --- .github/workflows/update.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index ce0dcb96..8028706f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,4 +1,5 @@ -name: update +name: Update +run-name: github.event.head_commit.message on: schedule: @@ -11,6 +12,7 @@ permissions: jobs: update: + name: Update runs-on: ubuntu-latest steps: - uses: actions/checkout@v4