Browse Source

Local files

pull/740/head
Tim Kimber 4 years ago
parent
commit
403910f327
2 changed files with 36 additions and 33 deletions
  1. +32
    -29
      .vscode/settings.json
  2. +4
    -4
      test/trigger-github-action.cmd

+ 32
- 29
.vscode/settings.json View File

@ -1,29 +1,32 @@
{
"cSpell.words": [
"acmenet",
"centos",
"challtestsrv",
"dnsserver",
"dnsutils",
"duckdns",
"epel",
"gatsbyjs",
"getssl",
"godebug",
"ipam",
"mkdir",
"rhel",
"roboxes",
"workdir"
],
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#68217a",
"titleBar.inactiveBackground": "#68217a99",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#68217a",
"statusBarItem.hoverBackground": "#8a2ca2",
"statusBar.foreground": "#e7e7e7"
},
"peacock.color": "#68217A"
}
{
"cSpell.words": [
"acmenet",
"centos",
"challtestsrv",
"dnsserver",
"dnsutils",
"duckdns",
"epel",
"gatsbyjs",
"getssl",
"godebug",
"ipam",
"mkdir",
"rhel",
"roboxes",
"workdir"
],
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#68217a",
"titleBar.inactiveBackground": "#68217a99",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#68217a",
"statusBarItem.hoverBackground": "#8a2ca2",
"statusBar.foreground": "#e7e7e7",
"sash.hoverBorder": "#8a2ca2",
"statusBarItem.remoteBackground": "#68217a",
"statusBarItem.remoteForeground": "#e7e7e7"
},
"peacock.color": "#68217A"
}

+ 4
- 4
test/trigger-github-action.cmd View File

@ -1,4 +1,4 @@
curl -X POST https://api.github.com/repos/timkimber/getssl/dispatches ^
-H "Accept: application/vnd.github.everest-preview+json" ^
-H "Authorization: token 66f265bae085c817a3b72bff1cabe4aa3e7ea31b" ^
--data "{\"event_type\": \"CUSTOM_ACTION_NAME_HERE\"}"
curl -X POST https://api.github.com/repos/timkimber/getssl/dispatches ^
-H "Accept: application/vnd.github.everest-preview+json" ^
-H "Authorization: token 66f265bae085c817a3b72bff1cabe4aa3e7ea31b" ^
--data "{\"event_type\": \"CUSTOM_ACTION_NAME_HERE\"}"

Loading…
Cancel
Save