Skip to content

Commit 4e00de5

Browse files
authored
Merge pull request #92685 from changeworld/patch-51
Fix typo
2 parents 3118af7 + ff9aaae commit 4e00de5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/spring-cloud/how-to-github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
runs-on: ubuntu-latest
226226
name: deploy to production with artifact
227227
steps:
228-
- name: Checkout Github Action
228+
- name: Checkout GitHub Action
229229
uses: actions/checkout@v2
230230

231231
- name: Set up JDK 1.8
@@ -267,7 +267,7 @@ jobs:
267267
runs-on: ubuntu-latest
268268
name: deploy to production with soruce code
269269
steps:
270-
- name: Checkout Github Action
270+
- name: Checkout GitHub Action
271271
uses: actions/checkout@v2
272272

273273
- name: Login via Azure CLI

0 commit comments

Comments
 (0)