mirror of
https://github.com/actions/checkout.git
synced 2025-06-08 00:39:04 +00:00
Merge branch 'actions:main' into jwi-pathdocu
This commit is contained in:
commit
f80349a6ad
51 changed files with 20759 additions and 5040 deletions
|
@ -68,7 +68,10 @@ 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
|
||||
runs:
|
||||
using: node12
|
||||
using: node16
|
||||
main: dist/index.js
|
||||
post: dist/index.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue