Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Prepare for .2
  • Loading branch information
robertdebock authored Jan 7, 2020
1 parent ca5ee04 commit ee5b5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: galaxy
uses: robertdebock/galaxy-action@1.0.1
uses: robertdebock/galaxy-action@1.0.2
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
```
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: galaxy
uses: robertdebock/galaxy-action@1.0..
uses: robertdebock/galaxy-action@1.0.2
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
```

0 comments on commit ee5b5a8

Please sign in to comment.