mergify[bot]
954d6953f1
Merge pull request #33 from joelwmale/dependabot/npm_and_yarn/node-fetch-2.6.1
...
Bump node-fetch from 2.6.0 to 2.6.1
2020-09-17 06:41:46 +00:00
mergify[bot]
4da9c06a9a
Merge pull request #38 from joelwmale/dependabot/npm_and_yarn/typescript-eslint/parser-4.1.1
...
Bump @typescript-eslint/parser from 3.10.1 to 4.1.1
2020-09-17 06:41:39 +00:00
mergify[bot]
417c56c6b2
Merge pull request #40 from joelwmale/dependabot/npm_and_yarn/types/jest-26.0.14
...
Bump @types/jest from 26.0.10 to 26.0.14
2020-09-17 06:41:32 +00:00
Joel Male
752932350b
Add mergify
2020-09-17 16:40:53 +10:00
dependabot[bot]
eb70500930
Bump @types/jest from 26.0.10 to 26.0.14
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.10 to 26.0.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-17 05:48:34 +00:00
dependabot[bot]
e01e48a070
Bump @typescript-eslint/parser from 3.10.1 to 4.1.1
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 3.10.1 to 4.1.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.1.1/packages/parser )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-15 06:14:16 +00:00
dependabot[bot]
d5f38241d2
Bump node-fetch from 2.6.0 to 2.6.1
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-07 05:50:00 +00:00
Joel Male
b77b2b8c6d
Merge master -> develop
2020-08-29 11:13:52 +10:00
Joel Male
d6634a0027
Merge branch 'master' into develop
...
# Conflicts:
# dist/index.js
# dist/index.js.map
# dist/main.js
# dist/main.js.map
# node_modules/@vercel/ncc/dist/ncc/cli.js.cache
# node_modules/@vercel/ncc/dist/ncc/index.js.cache
# node_modules/@vercel/ncc/dist/ncc/loaders/relocate-loader.js.cache
# node_modules/@vercel/ncc/dist/ncc/loaders/shebang-loader.js.cache
# src/main.ts
2020-08-29 11:13:20 +10:00
Joel Male
ee5a04db5d
Update @types/node from 14.6.0 to 14.6.1
2020-08-29 11:11:10 +10:00
dependabot[bot]
2546cabb9a
Bump @types/node from 14.6.0 to 14.6.1 ( #21 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.6.0 to 14.6.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-29 11:10:25 +10:00
Joel Male
144f9e1d68
v2.0.2
2020-08-29 11:10:10 +10:00
Anand Chowdhary
aff8b23be8
Add support for failing check on HTTP error responses ( #23 )
2020-08-29 11:06:49 +10:00
Joel Male
cf3a34a9b4
v2.0.1 ( #20 )
...
* Convert action to ts
- Add optional header support
- Add optional body support
* Small fixes to action.yml and action output
* Add node_modules until bundler is added
* Add node-fetch
* Remove fetch, add axios
* Update build
* Fix issue with res.status being undefined
* Update logging for debug purposes
* Attempt to fix missing status code output
* Attempt to have code wait for request to finish
* Prepare for release
- Final cleanup
* Allow optional headers & body
* v2.0.0
* Add support for environment variables (fixed #17 ) (#19 )
* v2.0.0 (#12 )
- Convert project to Javascript/Typescript
- Allow custom headers to be passed in (optional)
- Allow body to be optional
* Update action.yml
* Update action.yml
* Add support for environment variables (fixed #17 )
* Add support for header as environment variables
* Run build and package
Co-authored-by: Joel Male <joel@joelmale.com>
* Bump @actions/core from 1.2.4 to 1.2.5 (#18 )
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.2.4 to 1.2.5.
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump @vercel/ncc from 0.23.0 to 0.24.0 (#16 )
Bumps [@vercel/ncc](https://github.com/vercel/ncc ) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/vercel/ncc/releases )
- [Commits](https://github.com/vercel/ncc/compare/0.23.0...0.24.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump prettier from 2.0.5 to 2.1.1 (#15 )
Bumps [prettier](https://github.com/prettier/prettier ) from 2.0.5 to 2.1.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.0.5...2.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ⬆️ Bump typescript from 3.9.7 to 4.0.2 (#13 )
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.9.7 to 4.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joel Male <joel@joelmale.com>
* v2.0.1
* Add backwards compatibility
Co-authored-by: Anand Chowdhary <github@anandchowdhary.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-27 18:25:55 +10:00
Joel Male
0c4ba5b174
Add backwards compatibility
2020-08-27 18:25:12 +10:00
Joel Male
01d242f5b1
v2.0.1
2020-08-27 18:23:33 +10:00
dependabot[bot]
9fa1db0dd2
⬆️ Bump typescript from 3.9.7 to 4.0.2 ( #13 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.9.7 to 4.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joel Male <joel@joelmale.com>
2020-08-27 18:15:57 +10:00
dependabot[bot]
ebddbc5b50
Bump prettier from 2.0.5 to 2.1.1 ( #15 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.0.5 to 2.1.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.0.5...2.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-27 18:15:09 +10:00
dependabot[bot]
f91ad44035
Bump @vercel/ncc from 0.23.0 to 0.24.0 ( #16 )
...
Bumps [@vercel/ncc](https://github.com/vercel/ncc ) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/vercel/ncc/releases )
- [Commits](https://github.com/vercel/ncc/compare/0.23.0...0.24.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-27 18:14:56 +10:00
dependabot[bot]
1d93074b53
Bump @actions/core from 1.2.4 to 1.2.5 ( #18 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.2.4 to 1.2.5.
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-27 18:14:42 +10:00
Anand Chowdhary
517289c047
Add support for environment variables ( fixed #17 ) ( #19 )
...
* v2.0.0 (#12 )
- Convert project to Javascript/Typescript
- Allow custom headers to be passed in (optional)
- Allow body to be optional
* Update action.yml
* Update action.yml
* Add support for environment variables (fixed #17 )
* Add support for header as environment variables
* Run build and package
Co-authored-by: Joel Male <joel@joelmale.com>
2020-08-27 18:14:30 +10:00
Joel Male
e22e83d67d
Merge branch 'master' into develop
...
# Conflicts:
# action.yml
2020-08-27 18:11:32 +10:00
Joel Male
05b47b58c9
Update action.yml
2020-08-26 10:56:36 +10:00
Joel Male
363ff430ae
Update action.yml
2020-08-26 10:54:39 +10:00
Joel Male
1ada95e04a
v2.0.0 ( #12 )
...
- Convert project to Javascript/Typescript
- Allow custom headers to be passed in (optional)
- Allow body to be optional
2020-08-26 10:52:47 +10:00
Joel Male
a2d3f9a4da
v2.0.0
2020-08-26 10:50:05 +10:00
Joel Male
d3ff660fa9
Allow optional headers & body
2020-08-26 10:41:58 +10:00
Joel Male
5be5ae3f9a
Prepare for release
...
- Final cleanup
2020-08-26 10:38:11 +10:00
Joel Male
db36b9f178
Attempt to have code wait for request to finish
2020-08-26 10:34:42 +10:00
Joel Male
cfebc00721
Attempt to fix missing status code output
2020-08-26 10:31:06 +10:00
Joel Male
d4413d8be7
Update logging for debug purposes
2020-08-26 10:25:43 +10:00
Joel Male
a2c63f8d08
Fix issue with res.status being undefined
2020-08-26 10:20:01 +10:00
Joel Male
0740593bc2
Update build
2020-08-26 10:12:31 +10:00
Joel Male
f43e86409d
Remove fetch, add axios
2020-08-26 10:10:43 +10:00
Joel Male
1cbd7b0bbc
Add node-fetch
2020-08-26 10:00:45 +10:00
Joel Male
e4e62ab7e8
Add node_modules until bundler is added
2020-08-26 09:57:08 +10:00
Joel Male
600d4f061c
Small fixes to action.yml and action output
2020-08-26 09:50:21 +10:00
Joel Male
00f958821e
Convert action to ts
...
- Add optional header support
- Add optional body support
2020-08-26 09:36:04 +10:00
Joel Male
749e2dcbc6
Doc updates (Issue: #6 )
2019-10-17 13:08:05 +10:00
Joel Male
6b83612926
🚀 Initial commit
2019-08-19 08:19:30 +10:00