We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efce25 commit c4dfc22Copy full SHA for c4dfc22
action.yml
@@ -28,7 +28,6 @@ runs:
28
git clone https://github.com/${{ inputs.owner }}/${{ inputs.repository }}.git -b ${{ inputs.branch }}
29
fi
30
else
31
- git clone https://${{ inputs.access-token }}@github.com/${{ inputs.owner }}/${{ inputs.repository }}.git
32
if [ -z "${{ inputs.branch }}" ]; then
33
git clone https://${{ inputs.access-token }}@github.com/${{ inputs.owner }}/${{ inputs.repository }}.git
34
0 commit comments