Frank Jogeleit
|
f91c5933c4
|
axios update
|
2021-01-05 18:57:45 +01:00 |
|
Frank Jogeleit
|
3a9531bb34
|
Dependency Update // Support none JSON Body (#17)
* Dependency Update // Support none JSON Body
* Specify action text case name
|
2020-12-16 21:37:11 +01:00 |
|
Frank Jogeleit
|
0cc64a5579
|
Support for unescaped newlines in data (#16)
* support newline escaping
|
2020-10-07 18:29:38 +02:00 |
|
Frank Jogeleit
|
81e44c2059
|
Update Dependencies
|
2020-10-01 22:20:08 +02:00 |
|
Frank Jogeleit
|
cc4fc855b5
|
Merge pull request #14 from fjogeleit/dependabot/npm_and_yarn/actions/core-1.2.6
Bump @actions/core from 1.2.2 to 1.2.6
|
2020-10-01 22:16:26 +02:00 |
|
dependabot[bot]
|
c7cadd574f
|
Bump @actions/core from 1.2.2 to 1.2.6
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.2 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-01 17:32:37 +00:00 |
|
Frank Jogeleit
|
3634ea0063
|
Fix removed config
|
2020-08-04 17:09:29 +02:00 |
|
Frank Jogeleit
|
b63e908234
|
Merge pull request #13 from fjogeleit/handle-empty-response
Add new input option "preventFailureOnNoResponse"
|
2020-07-30 18:31:32 +02:00 |
|
Frank Jogeleit
|
60ab747148
|
Split Action in multiple files to improve testing
Add a new InputOption to ignore a failure for no response receive
|
2020-07-30 18:27:27 +02:00 |
|
Frank Jogeleit
|
2ac119cf97
|
Merge pull request #11 from fjogeleit/add-customHeaders-to-action-config
Add customHeaders to action.yml
|
2020-07-21 09:30:17 +02:00 |
|
Frank
|
ff8539eb83
|
Add customHeaders to action.yml
|
2020-07-21 09:26:48 +02:00 |
|
Frank
|
f90afba39a
|
revert setFailed to setOutput
|
2020-07-19 10:08:45 +02:00 |
|
Frank Jogeleit
|
82c8e38c69
|
Merge pull request #9 from fjogeleit/fix-invalid-http-error-output
convert error into string an mark build as failed
|
2020-07-19 10:06:08 +02:00 |
|
Frank
|
4e4ff2b320
|
convert error into string an mark build as failed
|
2020-07-19 10:04:58 +02:00 |
|
Frank Jogeleit
|
348745cc31
|
Update README.md
|
2020-06-30 10:30:02 +02:00 |
|
Frank
|
d3ea5fce44
|
Improve Request Error Handling
|
2020-06-08 19:59:37 +02:00 |
|
Frank Jogeleit
|
5d7e3ef283
|
Merge pull request #5 from fjogeleit/fix-bearer-token-header
Fix Header Name for Bearer Authorization
|
2020-05-06 20:45:21 +02:00 |
|
Frank
|
089a11111a
|
Fix Header Name for Bearer Authorization
|
2020-05-06 20:43:17 +02:00 |
|
Frank Jogeleit
|
f7cd714b2c
|
Add Test Action (#4)
* Don't apply "data" on GET Requests
* Add Test Workflow
* Add Debug output for Instance Config and Request Data
|
2020-04-21 14:17:51 +02:00 |
|
Frank
|
acd894b2e1
|
update readme
|
2020-04-21 14:16:49 +02:00 |
|
Frank
|
8ed097ea3f
|
fix basic auth method
|
2020-04-21 14:09:38 +02:00 |
|
Frank
|
b9373e0ef3
|
add auth test
|
2020-04-21 14:07:56 +02:00 |
|
Frank
|
65d4ab42a4
|
add post test
|
2020-04-21 13:58:56 +02:00 |
|
Frank
|
193a7dd98c
|
update data payload
|
2020-04-21 13:55:30 +02:00 |
|
Frank
|
3b9f5efa1c
|
Move workflow in the right folder
|
2020-04-21 13:47:34 +02:00 |
|
Frank
|
cfc342658b
|
Add Test Action
|
2020-04-21 13:44:56 +02:00 |
|
Frank
|
bd6ff9fa68
|
build actions
|
2020-04-21 13:30:34 +02:00 |
|
Frank
|
748170326f
|
add debug statements
|
2020-04-21 13:24:39 +02:00 |
|
Frank Jogeleit
|
b52a6b1b8b
|
Merge pull request #3 from fjogeleit/DirectApiRequestHasMoreThanOneAuthorization
remove auth config when no http basic is defined
|
2020-04-21 12:44:00 +02:00 |
|
Frank
|
8f0ce9cdaf
|
remove auth config when no http basic is defined
|
2020-04-21 12:41:30 +02:00 |
|
Frank
|
88637cb5c4
|
Update dist
|
2020-03-25 11:23:19 +01:00 |
|
Frank
|
0170dcbc31
|
Add support for custom headers
|
2020-03-25 11:15:19 +01:00 |
|
Frank
|
df0f4b3bfd
|
Init Action
|
2020-02-24 10:23:15 +01:00 |
|
Frank Jogeleit
|
a0a85cecb8
|
Initial commit
|
2020-02-24 08:05:44 +01:00 |
|