Skip to content

Commit

Permalink
actions to steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan MacFarlane authored and GitHub committed Jul 26, 2019
1 parent 08eab17 commit 92bf570
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See [action.yml](action.yml)

Basic:
```yaml
actions:
steps:
- uses: actions/checkout@latest
- uses: actions/setup-java@latest
with:
Expand All @@ -22,7 +22,7 @@ actions:
From local file:
```yaml
actions:
steps:
- uses: actions/checkout@master
- uses: actions/setup-java@master
with:
Expand All @@ -40,7 +40,7 @@ jobs:
matrix:
java: [ 1.6, 9.0.x, 12.0.2 ]
name: Java ${{ matrix.java }} sample
actions:
steps:
- uses: actions/checkout@master
- name: Setup java
uses: actions/setup-java@master
Expand Down

0 comments on commit 92bf570

Please sign in to comment.