Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoydip authored Jul 26, 2020
1 parent 055ef1b commit ab35baa
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 @@ -20,7 +20,7 @@ steps.googlesheet_actions.outputs.result - json - Get all data as json format. T

```yml
- name: googlesheet-actions
uses: rjoydip/googlesheet-actions@0.2.0
uses: rjoydip/googlesheet-actions@0.1.0
```
### Full example
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: googlesheet_actions
uses: rjoydip/googlesheet-actions@0.2.0
uses: rjoydip/googlesheet-actions@0.1.0
with:
sheet-id: ${{ secrets.SHEET_ID }}
- id: echo
Expand Down

0 comments on commit ab35baa

Please sign in to comment.