Skip to content

Commit ff9aaae

Browse files
committed
Fix typo
- /github/i -> GitHub
1 parent 23c9a52 commit ff9aaae

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)