Skip to content

Commit

Permalink
Merge pull request #24 from urcomputeringpal/use-ref-from-inputs
Browse files Browse the repository at this point in the history
fix ref params
  • Loading branch information
jnewland authored Apr 20, 2023
2 parents 16fc904 + bb8bdc7 commit abadcec
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 @@ -79,7 +79,7 @@ runs:
with:
step: finish
token: ${{ steps.token.outputs.token != '' && steps.token.outputs.token || inputs.token }}
ref: ${{ github.head_ref }}
ref: ${{ inputs.head_ref }}
logs: ${{ steps.job-url.outputs.result }}
deployment_id: ${{ inputs.deployment_id }}
status: ${{ inputs.status }}
Expand Down

0 comments on commit abadcec

Please sign in to comment.