Skip to content

Commit

Permalink
Update env name
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 4ed5783 commit 270e5ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ runs:
env:
REPO: ${{ inputs.REPO }}
TARGET_REPO: ${{ inputs.TARGET_REPO }}
TOKEN: ${{ steps.generate-token.outputs.token }}
INPUT_TOKEN: ${{ steps.generate-token.outputs.token }}
INPUT_REPO: ${{ inputs.REPO }}
INPUT_BEFORE: ${{ inputs.BEFORE }}
INPUT_COMMITS: ${{ toJSON(github.event.commits) }}
INPUT_DIFF_URL: ${{ inputs.DIFF_URL }}
INPUT_SHA: ${{ inputs.SHA }}
INPUT_TOKEN: ${{ inputs.TOKEN }}
INPUT_CLOSE_ISSUES: ${{ inputs.CLOSE_ISSUES }}
INPUT_AUTO_P: ${{ inputs.AUTO_P }}
INPUT_PROJECTS_SECRET: ${{ inputs.PROJECTS_SECRET }}
Expand Down

0 comments on commit 270e5ed

Please sign in to comment.