From 56fa586cf1ce8862f1838afeb05989e183e132ce Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 3 Jan 2022 13:44:11 -0500 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9e05a27..b7f2091 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ runs: env: # INPUT_ is not available in Composite run steps # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611 - INPUT_RC_PATH: "${{ github.action_path }}/.remarkrc.json" + INPUT_RC_PATH: "${{ github.action_path }}.remarkrc.json" INPUT_PLUGINS: ${{ inputs.plugins }} INPUT_FILES: ${{ inputs.files }} INPUT_ARGS: ${{ inputs.args }}