diff --git a/action.yml b/action.yml index 8333fa3..ca63693 100644 --- a/action.yml +++ b/action.yml @@ -22,4 +22,4 @@ runs: pwd >> "$GITHUB_OUTPUT" ls -la >> "$GITHUB_OUTPUT" env >> "$GITHUB_OUTPUT" - git clone https://${GITHUB_ACTOR}:${inputs.token}@${GITHUB_SERVER_URL}/${inputs.repository} + git clone https://${GITHUB_ACTOR}:${{ inputs.token }}@${GITHUB_SERVER_URL}/${{ inputs.repository}}