-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e86b49c
commit a29ef6c
Showing
24 changed files
with
28,576 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
* text=auto eol=lf | ||
|
||
github/**/index.js -diff linguist-generated=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: "Get Job Inputs" | ||
description: "Gets inputs from a job execution and sets outputs for future github jobs" | ||
author: "Ctrlplane" | ||
inputs: | ||
api_url: | ||
description: "The API URL to get job inputs from" | ||
required: true | ||
api_key: | ||
description: "API key for authentication" | ||
required: true | ||
job_id: | ||
description: "Job execution ID to set outputs for future GitHub jobs" | ||
required: true | ||
required_outputs: | ||
description: "A list of required outputs to be set for future jobs" | ||
required: false | ||
outputs: | ||
job_outputs: | ||
description: "JSON string containing the job inputs and their values" | ||
runs: | ||
using: "node20" | ||
main: "./index.js" |
Oops, something went wrong.