From 3b87f25a215da078be7fbb5fe6ecedd5aa65f190 Mon Sep 17 00:00:00 2001 From: Anders Date: Fri, 15 Oct 2021 06:48:21 +0200 Subject: [PATCH] Update names shown in run logs --- .../1-slack-notification-with-optional-parameters.yml | 4 ++-- .github/workflows/2-slack-notification.yml | 4 ++-- .github/workflows/3-slack-reaction.yml | 4 ++-- .github/workflows/4-slack-thread.yml | 4 ++-- .github/workflows/5-slack-update-message.yml | 4 ++-- .github/workflows/6-slack-thread-with-broadcast.yml | 4 ++-- .github/workflows/7-slack-notification-multi-channel.yml | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/1-slack-notification-with-optional-parameters.yml b/.github/workflows/1-slack-notification-with-optional-parameters.yml index 07303a0..0ced851 100644 --- a/.github/workflows/1-slack-notification-with-optional-parameters.yml +++ b/.github/workflows/1-slack-notification-with-optional-parameters.yml @@ -1,9 +1,9 @@ -name: slack-notification-with-optional-parameters +name: test-1-slack-notification-with-optional-parameters on: [push, issues] jobs: - test-1-slack-notification-with-optional-parameters: + slack-action: runs-on: ubuntu-20.04 name: Test 1 [ubuntu-20.04] diff --git a/.github/workflows/2-slack-notification.yml b/.github/workflows/2-slack-notification.yml index a0ad4c9..49fbf87 100644 --- a/.github/workflows/2-slack-notification.yml +++ b/.github/workflows/2-slack-notification.yml @@ -1,9 +1,9 @@ -name: slack-notification +name: test-2-slack-notification on: [push, issues] jobs: - test-2-slack-notification: + slack-action: runs-on: windows-latest name: Test 2 [windows-latest] diff --git a/.github/workflows/3-slack-reaction.yml b/.github/workflows/3-slack-reaction.yml index a7d1a14..0b619a9 100644 --- a/.github/workflows/3-slack-reaction.yml +++ b/.github/workflows/3-slack-reaction.yml @@ -1,9 +1,9 @@ -name: slack-reaction +name: test-3-slack-reaction on: [push, issues] jobs: - test-3-slack-reaction: + slack-action: runs-on: ubuntu-latest name: Test 3 [ubuntu-latest] diff --git a/.github/workflows/4-slack-thread.yml b/.github/workflows/4-slack-thread.yml index 4422b2a..be36762 100644 --- a/.github/workflows/4-slack-thread.yml +++ b/.github/workflows/4-slack-thread.yml @@ -1,9 +1,9 @@ -name: slack-thread +name: test-4-slack-thread on: [push, issues] jobs: - test-4-slack-thread: + slack-action: runs-on: macos-latest name: Test 4 [macos-latest] diff --git a/.github/workflows/5-slack-update-message.yml b/.github/workflows/5-slack-update-message.yml index bf7c572..812746c 100644 --- a/.github/workflows/5-slack-update-message.yml +++ b/.github/workflows/5-slack-update-message.yml @@ -1,9 +1,9 @@ -name: slack-update-message +name: test-5-slack-update-message on: [push, issues] jobs: - test-5-slack-update-message: + slack-action: runs-on: ubuntu-20.04 name: Test 5 [ubuntu-20.04] diff --git a/.github/workflows/6-slack-thread-with-broadcast.yml b/.github/workflows/6-slack-thread-with-broadcast.yml index 6ab6c99..a6978ae 100644 --- a/.github/workflows/6-slack-thread-with-broadcast.yml +++ b/.github/workflows/6-slack-thread-with-broadcast.yml @@ -1,9 +1,9 @@ -name: slack-thread-with-broadcast +name: test-6-slack-thread-with-broadcast on: [push, issues] jobs: - test-6-slack-thread-with-broadcast: + slack-action: runs-on: ubuntu-20.04 name: Test 6 [ubuntu-20.04] diff --git a/.github/workflows/7-slack-notification-multi-channel.yml b/.github/workflows/7-slack-notification-multi-channel.yml index b55e9b2..9c941bf 100644 --- a/.github/workflows/7-slack-notification-multi-channel.yml +++ b/.github/workflows/7-slack-notification-multi-channel.yml @@ -1,9 +1,9 @@ -name: slack-notification +name: test-7-slack-notification-multi-channel on: [push, issues] jobs: - test-7-slack-notification-multi-channel: + slack-action: runs-on: windows-2019 name: Test 7 [windows-2019]