Skip to content

Commit

Permalink
Update commits
Browse files Browse the repository at this point in the history
Signed-off-by: Shakar Bakr <[email protected]>
  • Loading branch information
5h4k4r committed Nov 14, 2023
1 parent 4c4b6d4 commit 39e2c2d
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 @@ -17,7 +17,7 @@ runs:
with:
INPUT_REPO: ${{ inputs.REPO }}
INPUT_BEFORE: ${{ inputs.BEFORE }}
INPUT_COMMITS: ${{ inputs.COMMITS }}
INPUT_COMMITS: ${{ toJSON(github.event.commits) }}
INPUT_DIFF_URL: ${{ inputs.DIFF_URL }}
INPUT_SHA: ${{ inputs.SHA }}
INPUT_TOKEN: ${{ inputs.TOKEN }}
Expand Down

0 comments on commit 39e2c2d

Please sign in to comment.