Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kentaro-m committed Mar 15, 2020
1 parent 4a8dd7c commit 30e77be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A GitHub Action that posts a QR code to a pull request comment.

## :arrow_forward: Usage
```yml
uses: kentaro-m/qr-code-commenter-action@v0.1.0
uses: kentaro-m/qr-code-commenter-action@v0.1.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
content: https://blog.kentarom.com/
Expand All @@ -28,7 +28,7 @@ You can use a text outputted from the other action as input.
Check the following page about the detail of `outputs` syntax: [Metadata syntax for GitHub Actions - GitHub Help](https://help.github.com/en/actions/building-actions/metadata-syntax-for-github-actions#outputs)

```yml
uses: kentaro-m/qr-code-commenter-action@v0.1.0
uses: kentaro-m/qr-code-commenter-action@v0.1.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
# Use a text outputted from the other action
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qr-code-commenter-action",
"version": "0.1.0",
"version": "0.1.1",
"description": "A GitHub Action that posts a QR code to a pull request comment.",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit 30e77be

Please sign in to comment.