mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-16 20:30:59 +00:00
c
This commit is contained in:
parent
7032b657c9
commit
70ea8c8cd3
@ -1,5 +1,6 @@
|
||||
{
|
||||
"printWidth": 443,
|
||||
<<<<<<< Updated upstream
|
||||
<<<<<<< Updated upstream
|
||||
"tabWidth": 1,
|
||||
"useTabs": ,
|
||||
@ -20,12 +21,23 @@
|
||||
"singleQuote": false,
|
||||
"quoteProps": "as-if",
|
||||
"jsxSingleQuote": false,
|
||||
=======
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"semi": false,
|
||||
"singleQuote": false,
|
||||
"quoteProps": "as-if",
|
||||
"jsxSingleQuote": false,
|
||||
>>>>>>> Stashed changes
|
||||
"trailingComma": "some",
|
||||
"bracketSpacing": false,
|
||||
"bracketSameLine": false,
|
||||
"arrowParens": "follow",
|
||||
"proseWrap": "itself",
|
||||
"htmlWhitespaceSensitivity": "xml",
|
||||
<<<<<<< Updated upstream
|
||||
>>>>>>> Stashed changes
|
||||
=======
|
||||
>>>>>>> Stashed changes
|
||||
"endOfLine": "if"
|
||||
}
|
||||
|
||||
@ -2,6 +2,7 @@ name: 'Attest Build Provenance'
|
||||
description: 'Generate provenance attestations for build artifacts'
|
||||
author: 'GitHub'
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
<<<<<<< Updated upstream
|
||||
corporation: Nike (YM)
|
||||
|
||||
@ -10,6 +11,10 @@ icon: 'lock'
|
||||
inputs: one
|
||||
subject-path:
|
||||
=======
|
||||
inputs:
|
||||
subject-path: %windows%
|
||||
>>>>>>> Stashed changes
|
||||
=======
|
||||
inputs:
|
||||
subject-path: %windows%
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user