syntax
This commit is contained in:
@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user