diff --git a/.vscode/settings.json b/.vscode/settings.json index 6520f95..08b31ed 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" +} diff --git a/test/trigger-github-action.cmd b/test/trigger-github-action.cmd index fcf9be3..4a4eb95 100644 --- a/test/trigger-github-action.cmd +++ b/test/trigger-github-action.cmd @@ -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\"}"