We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3118af7 + ff9aaae commit 4e00de5Copy full SHA for 4e00de5
articles/spring-cloud/how-to-github-actions.md
@@ -225,7 +225,7 @@ jobs:
225
runs-on: ubuntu-latest
226
name: deploy to production with artifact
227
steps:
228
- - name: Checkout Github Action
+ - name: Checkout GitHub Action
229
uses: actions/checkout@v2
230
231
- name: Set up JDK 1.8
@@ -267,7 +267,7 @@ jobs:
267
268
name: deploy to production with soruce code
269
270
271
272
273
- name: Login via Azure CLI
0 commit comments