Skip to content

Commit 5f8fd82

Browse files
committed
サンプルの yml に記載のActionのバージョンの記載を修正
1 parent 1589881 commit 5f8fd82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
steps:
101101
- name: Checkout
102102
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # specify latest version
103-
- uses: ysk8hori/delta-typescript-graph-action@v...
103+
- uses: ysk8hori/delta-typescript-graph-action@v # specify latest version
104104
```
105105
106106
This basic setup will trigger the Action on every pull request. The Action will run on the latest Ubuntu runner and use its default settings. If you want to customize the Action, you can add parameters under the `with` section of the workflow file.
@@ -124,7 +124,7 @@ To use these parameters, include them under the `with` section of your workflow
124124

125125
```yml
126126
steps:
127-
- uses: ysk8hori/delta-typescript-graph-action@v1.0.0
127+
- uses: ysk8hori/delta-typescript-graph-action@v # specify latest version
128128
with:
129129
access-token: ${{ secrets.GITHUB_TOKEN }}
130130
tsconfig-root: './src'

0 commit comments

Comments
 (0)