mirror of
https://github.com/actions/checkout.git
synced 2025-06-08 17:49:03 +00:00
add app auth
This commit is contained in:
parent
21dc310f19
commit
c74de88bff
9 changed files with 6740 additions and 3185 deletions
|
@ -68,6 +68,12 @@ inputs:
|
|||
When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are
|
||||
converted to HTTPS.
|
||||
default: false
|
||||
app-id:
|
||||
description: GitHub app id
|
||||
optional: true
|
||||
app-private-key:
|
||||
description: GitHub app private key
|
||||
optional: true
|
||||
runs:
|
||||
using: node12
|
||||
main: dist/index.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue