dependabot-preview[bot]
|
d2176eca85
|
Bump @actions/core from 1.2.2 to 1.2.3 (#190)
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/master/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-03 09:30:05 -05:00 |
|
JamesIves
|
2f199021e9
|
Update package.json
|
2020-03-02 09:58:20 -05:00 |
|
JamesIves
|
0a2a93df00
|
Make npm build the lib folder
|
2020-03-02 09:37:21 -05:00 |
|
JamesIves
|
cf3b5140f3
|
Update README.md
|
2020-03-02 09:07:10 -05:00 |
|
JamesIves
|
6493e2de76
|
Update git.ts
|
2020-03-02 09:05:39 -05:00 |
|
JamesIves
|
d3f2c96fe4
|
Update package.json
|
2020-03-02 09:03:46 -05:00 |
|
JamesIves
|
988058bf8c
|
Update action.yml
|
2020-03-02 08:47:51 -05:00 |
|
JamesIves
|
a5c6b4613e
|
gitHubRepository -> repositoryName
|
2020-03-02 08:37:55 -05:00 |
|
dependabot-preview[bot]
|
44fad04c33
|
Bump @types/node from 13.7.6 to 13.7.7 (#188)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.7.6 to 13.7.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-02 07:56:42 -05:00 |
|
dependabot-preview[bot]
|
99f3dd23c0
|
Bump typescript from 3.8.2 to 3.8.3 (#189)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.2 to 3.8.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.8.2...v3.8.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-02 07:56:34 -05:00 |
|
James Ives
|
71b19fd2fb
|
Package Exporting (#181)
* Corrects exporting
* README Changes
* Forgot the compiled code.
* Configuration changes
* Moving action package
* Update README.md
* Update README.md
* Improving example
* Update README.md
* Update src/lib.ts
Co-Authored-By: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
* Correctly building types
* Update README.md
* Configuration update
* Update README.md
* Re-assigning
* Missing chnage
* More changes
* Some more information
* Setting changes to repositoryPath and tokenType
* Compiling
* Update package.json
* Token hiding
* Package Exporting Changes (#185)
* Initiial Changes
* Changes to action
* Compiled
* Added better logging for when debug is off...
* Removing base branch logging as it's not really required
* throw new Error -> throw
* Debug flag as an variable
* Update README.md
* More README Changes
* Update README.md
* Update README.md
* Update README.md
* error.message
* Fixes the debug flag
* Changing the directory routing for shell scripting
* Tidying!
* Changing to const
* Promotion
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
|
2020-03-02 07:52:38 -05:00 |
|
James Ives
|
1780f8795b
|
Create stale.yml
|
2020-02-27 16:27:53 -05:00 |
|
dependabot-preview[bot]
|
b657c8e653
|
Bump @types/node from 13.7.4 to 13.7.6 (#183)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.7.4 to 13.7.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-26 10:19:40 -05:00 |
|
Kindeep Singh Kargil
|
4258c3a701
|
Fix SSH example on README.md (#182)
Fixed a syntax error with an extra '-', found while trying to use the example.
|
2020-02-23 12:47:41 -05:00 |
|
dependabot-preview[bot]
|
ef5f1630d3
|
Bump typescript from 3.7.5 to 3.8.2 (#179)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.5 to 3.8.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-23 12:09:23 -05:00 |
|
dependabot-preview[bot]
|
3b1fdc2263
|
Bump @actions/github from 2.1.0 to 2.1.1 (#178)
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/master/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-23 12:09:12 -05:00 |
|
JamesIves
|
58141fefa8
|
Update package.json
|
2020-02-22 09:45:08 -05:00 |
|
JamesIves
|
6ea2897e5b
|
Workflow Changes
|
2020-02-22 09:36:41 -05:00 |
|
JamesIves
|
cf2d40959f
|
Update publish.yml
|
2020-02-22 09:33:19 -05:00 |
|
JamesIves
|
92e4cccd97
|
Adjustmnets
|
2020-02-22 09:24:57 -05:00 |
|
JamesIves
|
56f534b9f4
|
Update publish.yml
|
2020-02-22 09:24:05 -05:00 |
|
JamesIves
|
389e484d6d
|
Mo
|
2020-02-22 09:23:41 -05:00 |
|
JamesIves
|
4d7e44cf37
|
Update package.json
|
2020-02-22 09:16:57 -05:00 |
|
JamesIves
|
f4b35ad980
|
Update publish.yml
|
2020-02-22 09:16:00 -05:00 |
|
JamesIves
|
a44b89c1b4
|
Publish Workflow
|
2020-02-22 09:14:37 -05:00 |
|
JamesIves
|
c4852eaf0f
|
3.1.2
|
2020-02-22 09:10:05 -05:00 |
|
dependabot-preview[bot]
|
504958d6f0
|
Bump @types/jest from 25.1.2 to 25.1.3 (#176)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.1.2 to 25.1.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-20 08:53:29 -05:00 |
|
dependabot-preview[bot]
|
6df9278e4f
|
Bump @types/node from 13.7.2 to 13.7.4 (#177)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.7.2 to 13.7.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-20 08:32:55 -05:00 |
|
dependabot-preview[bot]
|
7504f20b29
|
Bump @types/node from 13.7.1 to 13.7.2 (#175)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.7.1 to 13.7.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-19 08:19:22 -05:00 |
|
dependabot-preview[bot]
|
9eeab938db
|
Bump ts-jest from 25.2.0 to 25.2.1 (#174)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.2.0 to 25.2.1.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-19 08:19:09 -05:00 |
|
James Ives
|
092f10c10d
|
Update SUPPORT.md
|
2020-02-17 16:01:38 -05:00 |
|
James Ives
|
601d012194
|
Update FEATURE_REQUEST.md
|
2020-02-17 16:01:24 -05:00 |
|
James Ives
|
e6b33da725
|
Update BUG_REPORT.md
|
2020-02-17 16:01:16 -05:00 |
|
JamesIves
|
4f2055e4f9
|
Turning on no-unsafe-finally
|
2020-02-15 14:15:43 -05:00 |
|
dependabot-preview[bot]
|
5c0227e8ca
|
Bump @types/node from 13.7.0 to 13.7.1 (#170)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.7.0 to 13.7.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-12 08:17:32 -05:00 |
|
dependabot-preview[bot]
|
a17b4b8a08
|
Bump @types/jest from 25.1.1 to 25.1.2 (#169)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.1.1 to 25.1.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-11 08:27:01 -05:00 |
|
dependabot-preview[bot]
|
c0b691b3fd
|
Bump ts-jest from 25.1.0 to 25.2.0 (#168)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.1.0 to 25.2.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v25.1.0...v25.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-04 09:25:13 -05:00 |
|
dependabot-preview[bot]
|
8cfe5abd65
|
Bump @types/node from 13.5.3 to 13.7.0 (#167)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.5.3 to 13.7.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-03 07:12:42 -05:00 |
|
dependabot-preview[bot]
|
f7dfd591d9
|
Bump @types/node from 13.5.2 to 13.5.3 (#164)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.5.2 to 13.5.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-31 11:40:18 -05:00 |
|
dependabot-preview[bot]
|
f927cda6af
|
Bump @types/jest from 25.1.0 to 25.1.1 (#161)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.1.0 to 25.1.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-30 12:15:58 -05:00 |
|
dependabot-preview[bot]
|
043e28443c
|
Bump @types/node from 13.5.1 to 13.5.2 (#160)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.5.1 to 13.5.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-30 12:15:06 -05:00 |
|
dependabot-preview[bot]
|
8c0ece1da3
|
Bump ts-jest from 25.0.0 to 25.1.0 (#159)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.0.0 to 25.1.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v25.0.0...v25.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-30 12:14:44 -05:00 |
|
dependabot-preview[bot]
|
3a34e52f37
|
Bump @types/node from 13.5.0 to 13.5.1 (#158)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.5.0 to 13.5.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-29 08:29:05 -05:00 |
|
dependabot-preview[bot]
|
baf375fd38
|
Bump @types/jest from 24.9.1 to 25.1.0 (#157)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.9.1 to 25.1.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-28 08:37:33 -05:00 |
|
JamesIves
|
8034a9dec2
|
Revert "Test..."
This reverts commit 428f52e0db .
|
2020-01-27 23:59:01 -05:00 |
|
JamesIves
|
ecb554aadf
|
Merge branch 'dev' of https://github.com/JamesIves/gh-pages-github-action into dev
|
2020-01-27 23:58:25 -05:00 |
|
JamesIves
|
428f52e0db
|
Test...
|
2020-01-27 23:58:23 -05:00 |
|
James Ives
|
2af9604f13
|
Adds git config options. (#154)
* Adds git config options.
* Compile
|
2020-01-27 23:55:28 -05:00 |
|
dependabot-preview[bot]
|
89b4c6de5f
|
Bump @types/node from 13.1.8 to 13.5.0 (#149)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.1.8 to 13.5.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-24 09:41:35 -05:00 |
|
dependabot-preview[bot]
|
9745d67259
|
Bump @actions/core from 1.2.1 to 1.2.2 (#150)
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/master/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-24 09:41:26 -05:00 |
|