mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-22 01:22:02 +03:00
add input persist-credentials
This commit is contained in:
parent
a572f640b0
commit
4c013d9190
7 changed files with 138 additions and 115 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -84,10 +84,10 @@ jobs:
|
|||
|
||||
test-job-container:
|
||||
runs-on: ubuntu-latest
|
||||
container: pstauffer/curl:latest
|
||||
container: alpine:latest
|
||||
steps:
|
||||
# Clone this repo
|
||||
# todo: after v2-beta contains the latest changes, switch this to "uses: actions/checkout@v2-beta". Also switch to "alpine:latest"
|
||||
# todo: after v2-beta contains the latest changes, switch this to "uses: actions/checkout@v2-beta"
|
||||
- name: Checkout
|
||||
run: |
|
||||
curl --location --user token:${{ github.token }} --output checkout.tar.gz https://api.github.com/repos/actions/checkout/tarball/${{ github.sha }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue