-
Notifications
You must be signed in to change notification settings - Fork 2
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
78b95d2
commit 933fd07
Showing
5 changed files
with
20 additions
and
19 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# layerCI-GHAction | ||
This action sends a post request to the layerCI webhook | ||
# WebAppIO-GHAction | ||
|
||
This action sends a post request to the WebAppIo webhook |
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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
name: 'LayerCI-Webhook' | ||
description: 'Manually start a pipeline in LayerCI' | ||
name: "WebAppIO-Webhook" | ||
description: "Manually start a pipeline in WebAppIO" | ||
inputs: | ||
apiKey: | ||
description: 'LayerCI API Key' | ||
description: "API Key" | ||
required: true | ||
repoName: | ||
description: 'repository name' | ||
description: "repository name" | ||
required: true | ||
apiExtra: | ||
apiExtra: | ||
description: :'some extra data exposed as API_EXTRA variable' | ||
required: true | ||
buttons: | ||
description: 'whether to automatically accept any BUTTON instructions in the job' | ||
description: "whether to automatically accept any BUTTON instructions in the job" | ||
required: true | ||
branch: | ||
description: 'branch' | ||
description: "branch" | ||
required: true | ||
ref: | ||
description: 'SHA of commit to checkout' | ||
description: "SHA of commit to checkout" | ||
required: true | ||
runs: | ||
using: 'node12' | ||
main: 'index.js' | ||
using: "node12" | ||
main: "index.js" |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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