Skip to content

Commit 608eeeb

Browse files
authored
Merge pull request #47 from reviewdog/fix-with-pr
fix with-pr action ref
2 parents ae3daf8 + 3a44915 commit 608eeeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

with-pr/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ outputs:
3636
runs:
3737
using: 'composite'
3838
steps:
39-
- name: reviewdog/action-depup
39+
- uses: reviewdog/action-depup@v1
4040
id: depup
41-
uses: ./
4241
with:
4342
github_token: ${{ inputs.github_token }}
4443
file: ${{ inputs.file }}

0 commit comments

Comments
 (0)