generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ A GitHub Action that posts a QR code to a pull request comment. | |
|
||
## :arrow_forward: Usage | ||
```yml | ||
uses: kentaro-m/[email protected].0 | ||
uses: kentaro-m/[email protected].1 | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
content: https://blog.kentarom.com/ | ||
|
@@ -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/[email protected].0 | ||
uses: kentaro-m/[email protected].1 | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
# Use a text outputted from the other action | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters