Skip to main content
Dotset Labs home page
Search...
⌘K
GitHub
GitHub
Search...
Navigation
Function: setGitHubOutput
Documentation
GitHub
npm
Introduction
Introduction
Quickstart
Installation
Shield
CLI Commands
Concepts
CI/CD Guides
Security
Tollgate
CLI Commands
Concepts
Integration Guides
Security
API Reference
API Reference
Shield API
Tollgate API
On this page
Function: setGitHubOutput()
Parameters
name
value
Returns
Function: setGitHubOutput
Dotset CLI API Documentation
/
index
/ setGitHubOutput
Function: setGitHubOutput()
Copy
function
setGitHubOutput
(
name
,
value
)
:
void
;
Defined in: src/shield/ci/index.ts:596
Set GitHub Actions output
Parameters
name
string
value
string
Returns
void
⌘I