Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmullen committed Jun 28, 2023
1 parent c187e12 commit 0b23e3a
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 @@ -54,7 +54,7 @@ runs:
INPUT_BRANCH: ${{ inputs.branch }}
INPUT_FIRST_PARENT: ${{ inputs.first_parent }}
INPUT_PASS_IF_UNCHANGED: ${{ inputs.pass_if_unchanged }}
INPUT_FETCH_DEPTH: ${{ input.fetch_depth }}
INPUT_FETCH_DEPTH: ${{ inputs.fetch_depth }}
INPUT_SUB_FETCH_DEPTH: ${{ inputs.sub_fetch_depth }}
INPUT_REQUIRE_HEAD: ${{ inputs.require_head }}
INPUT_DiSABLE_PROGRESSION: ${{ input.disable_progression }}
Expand Down

0 comments on commit 0b23e3a

Please sign in to comment.