change shell
This commit is contained in:
@ -21,8 +21,6 @@ runs:
|
|||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- id: checkout-repo
|
- id: checkout-repo
|
||||||
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
pwd >> "$GITHUB_OUTPUT"
|
|
||||||
ls -la >> "$GITHUB_OUTPUT"
|
|
||||||
env >> "$GITHUB_OUTPUT"
|
|
||||||
git clone https://${GITHUB_ACTOR}:${{ inputs.token }}@${{ inputs.server }}/${{ inputs.repository}}
|
git clone https://${GITHUB_ACTOR}:${{ inputs.token }}@${{ inputs.server }}/${{ inputs.repository}}
|
||||||
|
|||||||
Reference in New Issue
Block a user