mirror of
https://github.com/actions/checkout.git
synced 2025-05-25 02:26:12 +02:00
Merge branch 'main' of ssh://github.com/actions/checkout into main
This commit is contained in:
commit
ebec667cd8
33 changed files with 757 additions and 392 deletions
|
@ -74,7 +74,13 @@ inputs:
|
|||
When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are
|
||||
converted to HTTPS.
|
||||
default: false
|
||||
set-safe-directory:
|
||||
description: Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>`
|
||||
default: true
|
||||
github-server-url:
|
||||
description: The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com
|
||||
required: false
|
||||
runs:
|
||||
using: node12
|
||||
using: node16
|
||||
main: dist/index.js
|
||||
post: dist/index.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue