Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jan 3, 2022
1 parent 260d23c commit 56fa586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
env:
# INPUT_<VARIABLE_NAME> is not available in Composite run steps
# https://github.jparrowsec.cnmunity/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 }}
Expand Down

0 comments on commit 56fa586

Please sign in to comment.