Skip to content

Commit f37e818

Browse files
committed
Update build-and-test-maven.yml
1 parent f0098f3 commit f37e818

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-and-test-maven.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# documentation.
88

99
name: Java CI with Maven
10-
run-name: ${{ github.actor }} is building and testing with Maven 🚀
10+
run-name: ${{ github.actor }} triggered event ${{ github.event_name }} 🚀
1111

1212
on:
1313
push:
@@ -20,7 +20,6 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event"
2423
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
2524
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
2625
- name: Check out repository code

0 commit comments

Comments
 (0)