Merge branch 'main' of ssh://github.com/actions/checkout into main

This commit is contained in:
Jonne Laagland Winder 2022-10-07 20:51:55 +00:00
commit ebec667cd8
33 changed files with 757 additions and 392 deletions

View file

@ -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