Skip to content

Commit 3b87f25

Browse files
committed
Update names shown in run logs
1 parent 40dd366 commit 3b87f25

7 files changed

+14
-14
lines changed

.github/workflows/1-slack-notification-with-optional-parameters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: slack-notification-with-optional-parameters
1+
name: test-1-slack-notification-with-optional-parameters
22

33
on: [push, issues]
44

55
jobs:
6-
test-1-slack-notification-with-optional-parameters:
6+
slack-action:
77
runs-on: ubuntu-20.04
88
name: Test 1 [ubuntu-20.04]
99

.github/workflows/2-slack-notification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: slack-notification
1+
name: test-2-slack-notification
22

33
on: [push, issues]
44

55
jobs:
6-
test-2-slack-notification:
6+
slack-action:
77
runs-on: windows-latest
88
name: Test 2 [windows-latest]
99

.github/workflows/3-slack-reaction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: slack-reaction
1+
name: test-3-slack-reaction
22

33
on: [push, issues]
44

55
jobs:
6-
test-3-slack-reaction:
6+
slack-action:
77
runs-on: ubuntu-latest
88
name: Test 3 [ubuntu-latest]
99

.github/workflows/4-slack-thread.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: slack-thread
1+
name: test-4-slack-thread
22

33
on: [push, issues]
44

55
jobs:
6-
test-4-slack-thread:
6+
slack-action:
77
runs-on: macos-latest
88
name: Test 4 [macos-latest]
99

.github/workflows/5-slack-update-message.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: slack-update-message
1+
name: test-5-slack-update-message
22

33
on: [push, issues]
44

55
jobs:
6-
test-5-slack-update-message:
6+
slack-action:
77
runs-on: ubuntu-20.04
88
name: Test 5 [ubuntu-20.04]
99

.github/workflows/6-slack-thread-with-broadcast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: slack-thread-with-broadcast
1+
name: test-6-slack-thread-with-broadcast
22

33
on: [push, issues]
44

55
jobs:
6-
test-6-slack-thread-with-broadcast:
6+
slack-action:
77
runs-on: ubuntu-20.04
88
name: Test 6 [ubuntu-20.04]
99

.github/workflows/7-slack-notification-multi-channel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: slack-notification
1+
name: test-7-slack-notification-multi-channel
22

33
on: [push, issues]
44

55
jobs:
6-
test-7-slack-notification-multi-channel:
6+
slack-action:
77
runs-on: windows-2019
88
name: Test 7 [windows-2019]
99

0 commit comments

Comments
 (0)