Skip to content

Commit 0e1a7a8

Browse files
author
Marian Heck
committed
fix copy paste error
1 parent 18439ec commit 0e1a7a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Show github event and target platform
9-
run: echo "🎉 Job was triggered by the ${{ github.event_name }} event and is running on a ${{ runner.os }} serv
9+
run: echo "🎉 Job was triggered by the ${{ github.event_name }} event and is running on a ${{ runner.os }} server.
1010
- name: Check out repository
11-
uses: actions/checkout@v3er."
11+
uses: actions/checkout@v3er
1212
- name: Setup Java version
1313
uses: actions/setup-java@v3
1414
with:

0 commit comments

Comments
 (0)