Skip to content

Commit c4dfc22

Browse files
authored
Update action.yml
1 parent 6efce25 commit c4dfc22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ runs:
2828
git clone https://github.com/${{ inputs.owner }}/${{ inputs.repository }}.git -b ${{ inputs.branch }}
2929
fi
3030
else
31-
git clone https://${{ inputs.access-token }}@github.com/${{ inputs.owner }}/${{ inputs.repository }}.git
3231
if [ -z "${{ inputs.branch }}" ]; then
3332
git clone https://${{ inputs.access-token }}@github.com/${{ inputs.owner }}/${{ inputs.repository }}.git
3433
else

0 commit comments

Comments
 (0)