From 8f08450f365cbaf73b2b4ff13f9db80c570d8cea Mon Sep 17 00:00:00 2001 From: haya14busa Date: Mon, 20 Sep 2021 15:13:52 +0000 Subject: [PATCH] fix with-pr action ref --- with-pr/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-pr/action.yml b/with-pr/action.yml index 6fcbaa2..026e48b 100644 --- a/with-pr/action.yml +++ b/with-pr/action.yml @@ -38,7 +38,7 @@ runs: steps: - name: reviewdog/action-depup id: depup - uses: ./ + uses: $GITHUB_ACTION_PATH/.. with: github_token: ${{ inputs.github_token }} file: ${{ inputs.file }}