mirror of
https://github.com/clangd/clangd.git
synced 2025-01-19 19:42:33 +00:00
16 lines
343 B
YAML
16 lines
343 B
YAML
|
name: 'Pick commit'
|
||
|
description: 'Pick last successful commit from a repo'
|
||
|
inputs:
|
||
|
repo:
|
||
|
description: 'Github repository e.g. llvm/llvm-project'
|
||
|
required: true
|
||
|
token:
|
||
|
description: 'Github auth token'
|
||
|
required: true
|
||
|
outputs:
|
||
|
sha:
|
||
|
description: 'The SHA1 of the picked commit'
|
||
|
runs:
|
||
|
using: 'node12'
|
||
|
main: 'index.js'
|