Skip to content

Commit

Permalink
CONFIG: trying accessing input the other way
Browse files Browse the repository at this point in the history
  • Loading branch information
UmairJibran committed May 20, 2023
1 parent 58bbe42 commit 80710fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ runs:
git push origin ${{ env.TARGET_BRANCH }}
shell: bash
env:
TARGET_BRANCH: INPUTS_TARGET-BRANCH
GITHUB_PAT: INPUTS_TOKEN
TARGET_BRANCH: ${{ inputs.target-branch }} # INPUTS_TARGET-BRANCH
GITHUB_PAT: ${{ inputs.token }} # INPUTS_TOKEN

0 comments on commit 80710fb

Please sign in to comment.