Commit Graph

211 Commits

Author SHA1 Message Date
James Ives
8df9c81af7
Update README.md 2020-03-22 09:21:09 -04:00
James Ives
2630e4a002
Update README.md 2020-03-22 09:19:34 -04:00
James Ives
ed02b5e2bc
Update README.md 2020-03-22 09:15:21 -04:00
James Ives
d6bb1c2e37
Update README.md 2020-03-22 09:14:25 -04:00
James Ives
9faf30ea72
Update README.md 2020-03-21 17:15:58 -04:00
James Ives
271e20e0fa
Update README.md 2020-03-21 15:50:10 -04:00
James Ives
82aa0a8282
Update README.md 2020-03-21 15:48:03 -04:00
James Ives
9482848aab
Update README.md 2020-03-21 15:46:35 -04:00
James Ives
5061c6fd16
Update README.md 2020-03-21 15:30:34 -04:00
JamesIves
24a8905e43 Assets 2020-03-21 15:23:05 -04:00
Jake Jarvis
564c451cf7
Update readme examples to reflect the removal of build scripts (#205) 2020-03-19 09:59:05 -04:00
James Ives
1dd704840e
Update README.md 2020-03-08 19:33:31 -04:00
James Ives
b2acf87217
Migrates to eslint (#193) 2020-03-06 22:36:56 -05:00
JamesIves
cf3b5140f3 Update README.md 2020-03-02 09:07:10 -05:00
JamesIves
a5c6b4613e gitHubRepository -> repositoryName 2020-03-02 08:37:55 -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
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
James Ives
2af9604f13
Adds git config options. (#154)
* Adds git config options.

* Compile
2020-01-27 23:55:28 -05:00
James Ives
c3a28fa50e
Update README.md 2020-01-21 10:37:37 -05:00
James Ives
9ae3cdccaf
Update README.md 2020-01-21 10:36:47 -05:00
James Ives
de07b5b8c6
Update README.md 2020-01-19 22:04:50 -05:00
James Ives
2e04082037
Update README.md 2020-01-19 20:09:20 -05:00
James Ives
b6c1ea48ee
Update README.md 2020-01-19 16:50:22 -05:00
James Ives
5f6f26a2e0
Update README.md 2020-01-19 16:17:38 -05:00
James Ives
e2cddf199d
Update README.md 2020-01-19 14:16:23 -05:00
James Ives
64b4c5c7dc
Update README.md 2020-01-19 13:27:17 -05:00
JamesIves
97e26d6a86 Update README.md 2020-01-19 13:21:40 -05:00
JamesIves
bafac942b6 Update README.md 2020-01-19 13:21:11 -05:00
JamesIves
259c85fb84 README Reorg 2020-01-19 13:19:45 -05:00
JamesIves
01e712a6e7 Update README.md 2020-01-19 13:17:39 -05:00
James Ives
7cea1d5967
[Issue-130] SSH Support (#140)
* First pass at deploy key support

* Needed

* More ssh

* Adds keyscan

* Another look at this

* More things....

* w

* Path to home

* w

* k

* Update git.ts

* ff

* dd

* test

* File Sync maybe

* Adds SSH Examples

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* x

* c

* Update README.md

* Integration tests

* Update integration-beta.yml

* More Changes
2020-01-19 13:15:19 -05:00
James Ives
7caf584de1
Support action/checkout@v2 (#136) 2020-01-18 14:51:53 -05:00
James Ives
d17161afee
[Issue-133] Customizable Commit Messages (#134)
* Customizable Commit Messages

* Removes lodash

* Update package.json

* README

* Changes

* Check for null

* Adds a dash
2020-01-18 14:41:49 -05:00
James Ives
8a621223c0
git switch -> git checkout (#121)
* Changes

* Update git.ts

* rsync

* Remove apt-get

* Update git.ts

* Update git.js

* Update README.md

* Update README.md

* Update README.md

* Integration Test Addition

* README

* Update integration.yml

* Simplify
2020-01-14 10:04:59 -05:00
James Ives
f388c6bc5b
Update README.md 2020-01-12 16:56:55 -05:00
JamesIves
36039b7966 README Changes 2020-01-11 21:52:37 -05:00
James Ives
2e9035955d Update README.md 2020-01-11 20:37:47 -05:00
James Ives
53da38d519
Update README.md 2020-01-03 10:11:43 -05:00
James Ives
8023ea2379
Update README.md 2019-12-22 13:28:23 -05:00
James Ives
6e8eb09e4a
Update README.md 2019-12-21 17:00:22 -05:00
James Ives
88ffcdb57b
Update README.md 2019-12-21 16:59:40 -05:00
James Ives
271d30c8e2
Base Branch Defaults (#92)
* switchToBaseBranch

* Remove defaults

* README and Tests

* Additional changes
2019-12-21 16:51:39 -05:00
James Ives
26a285d416 Update README.md 2019-12-20 17:54:13 -05:00
James Ives
bb288e9f68 Update README.md 2019-12-20 17:46:18 -05:00
James Ives
a8c729ac59 Update README.md 2019-12-20 17:45:30 -05:00
James Ives
682d643fa8 Clean Excludes 2019-12-20 17:36:30 -05:00
James Ives
771cc5a24a
[Issue-80] Adds target folder option (#82)
* Bump @actions/exec from 1.0.1 to 1.0.2

Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/exec)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Adds target directory

* Target Folder Docs
2019-12-16 10:29:29 -05:00
James Ives
0968ee3d9d
Update README.md 2019-12-16 10:29:19 -05:00
James Ives
cdaee34060
Update README.md 2019-11-25 10:58:06 -05:00
James Ives
98917ba5c6
Operating System README Configuration (#68)
* Operating system readme

* Update README.md

* Update README.md

* Update README.md
2019-11-25 10:57:28 -05:00
James Ives
564ecfe6d1
Operating System README Changes 2019-11-24 21:03:25 -05:00
James Ives
ffb7e936c5
Update README.md 2019-11-22 18:00:10 -05:00
James Ives
20a5f8c8ea
Update README.md 2019-11-22 10:13:32 -05:00
James Ives
1c579cbd85
Automatically remove hashed files (#63)
* Adding a CLEAN option

* Summary

* Clean

* Tests etc

* Update git.js
2019-11-22 09:58:00 -05:00
James Ives
6dcc761bdf
Update README.md 2019-11-19 10:46:43 -05:00
James Ives
96362cea47
Update README.md 2019-11-19 10:46:01 -05:00
James Ives
91799692c2
Update README.md 2019-11-19 10:10:46 -05:00
James Ives
57307078f5
Switching order 2019-11-19 10:07:20 -05:00
James Ives
4b2f84d384
Version 3 (#44)
* Version 3 Beta

* README Updates

* More readme updates

* lock

* Restoring license/contrib

* One set of tests

* linting

* More tests

* Finish up unit tests

* Update action.yml

* Update main.yml

* Update README.md

* Update README.md

* README Changes

* Update README.md

* Unit testing job

* Some more stuff

* More cleanup

* Update README.md

* Unrequired

* Update CONTRIBUTING.md

* no guess

* Using Git Switch as opposed to checkout

* Force Commit

* Remove git

* Some more simplification

* Update git.ts

* changes

* Options

* w

* Debugging

* More debugging

* More debugging

* Debugging

* Debugging

* Debugging

* Debugging

* Debugging

* Debugging

* Debugging

* Debugging

* Debugging

* Debugging

* Debugging

* Debugging

* Debugging

* Debug

* Debugging

* Another 1

* Update git.ts

* Fixes root deployment

* Quiet Mode

* Quiet

* Excluding .github

* Update README.md
2019-11-19 10:06:27 -05:00
James Ives
ab80c0965e
Update README.md 2019-11-19 07:36:11 -05:00
James Ives
2726cd3bcd
Update README.md 2019-11-10 16:47:04 -05:00
iam-afvincent
43f81684cc Update README.md (#34)
A few spelling mistakes.
2019-10-03 15:34:33 -04:00
James Ives
e0cbb126fc
Update README.md 2019-09-26 17:42:17 -04:00
James Ives
dc639e5086
Switches credentials to use GITHUB_TOKEN (#13)
* Adding x-access-token trigger

* Switch

* README

* Giving this a test

* Pusher

* ccc

* Update entrypoint.sh

* t

* Another check

* More changes to the readme

* Testing a curl?

* Update entrypoint.sh

* Update entrypoint.sh

* Update entrypoint.sh

* Update entrypoint.sh

* GitHub action metadata

* More changes

* Update README.md

* Update entrypoint.sh

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2019-09-26 17:37:24 -04:00
James Ives
c3d5102651 Removes former example 2019-09-22 08:45:29 -04:00
James Ives
60732f6ba6
Removes the need for COMMIT_NAME and COMMIT_EMAIL (#25)
* Actor Changes

* Default Action Name/Email

* Update entrypoint.sh

* Update entrypoint.sh
2019-09-22 08:31:11 -04:00
Jake Jarvis
cc15f3c6ef README: Switch COMMIT_EMAIL and COMMIT_NAME descriptions (#30) 2019-09-22 07:03:55 -04:00
James Ives
5456577541
README Example (#26)
* README Example

* Update README.md

* Update README.md
2019-09-11 13:01:00 -04:00
James Ives
db4aacadf4
Update README.md 2019-08-29 09:43:10 -04:00
James Ives
36e7d6be3a Renaming 2019-08-26 11:55:47 -04:00
James Ives
64ee7ce8b2 Renaming to integration-test 2019-08-26 11:54:44 -04:00
James Ives
383d8dead1 Fixing up the badge 2019-08-26 11:53:36 -04:00
James Ives
04899c5823 Workflow Badge 2019-08-26 11:51:38 -04:00
James Ives
f7faf642c5
Checks for relative path names (#15)
* Relative

* Update entrypoint.sh

* Update entrypoint.sh

* Another test

* Update entrypoint.sh

* Update entrypoint.sh
2019-08-25 18:16:24 -04:00
James Ives
f5a4689a00
Update README.md 2019-08-21 11:21:45 -04:00
James Ives
455daba3e1
CICD Workflow Instructions (#12)
* Upgrade Instructions

* Update README.md

* Changes

* Update README.md
2019-08-21 11:19:47 -04:00
James Ives
75aed950df Alphabetize 2019-03-18 00:11:21 -04:00
James Ives
2e2dea8f70 Adding custom domain readme 2019-03-18 00:07:44 -04:00
James Ives
7546e3a187 CNAME 2019-03-17 23:50:57 -04:00
James Ives
292d54d98b
Update README.md 2019-03-17 14:38:59 -04:00
James Ives
75235ec6aa
Update README.md 2019-03-17 14:37:53 -04:00
James Ives
b034a5fe7c
README Update
Pushing an update to the README to make the action more clear.
2019-03-17 14:37:25 -04:00
James Ives
009a04cdd7 Updating the README for the changes 2019-03-04 10:26:02 -05:00
James Ives
7e7e6c8e3f
Quick README change 2019-03-04 08:07:21 -05:00
James Ives
a8a088b2b1
Syntax Highlighting 2019-03-04 08:06:47 -05:00
James Ives
6a15f7a6ed Adds the filter example 2019-03-03 17:04:48 -05:00
James Ives
2dd0d93bb0 Defaults 2019-03-03 16:12:26 -05:00
James Ives
cb8475c270 Root Directory 2019-03-03 15:52:30 -05:00
James Ives
958af6dcf5 Adding secrets 2019-03-03 15:45:52 -05:00
James Ives
388ff8e410 Merging 2019-03-03 15:14:57 -05:00
James Ives
5d5f1c0870 Access tokenizing things 2019-03-03 15:14:05 -05:00
James Ives
157d0a2ef2
Update README.md 2019-03-03 14:54:11 -05:00
James Ives
3c179683fb
Update README.md 2019-03-03 12:25:31 -05:00
James Ives
e58ef6c702
Action Badges 🚀
Adds badges to the action readme.
2019-03-03 12:14:19 -05:00
James Ives
36b2b7a65a
Fixing up the README 🚀 2019-03-03 12:10:55 -05:00
James Ives
3f61a77a6e
Fixes 🚀 2019-03-03 12:05:51 -05:00
James Ives
3fc0096da7 Adding a screenshot 2019-03-03 11:54:27 -05:00
James Ives
5116805986
Optional Base Branch 🚀 2019-03-03 11:18:36 -05:00
James Ives
d0ff812426
Update README.md 2019-03-03 10:19:04 -05:00
James Ives
b887f09414
Update README.md 2019-03-03 10:18:50 -05:00
James Ives
5d6a169159
More Changes 2019-03-03 10:02:41 -05:00
James Ives
6de1aaec40
Update README.md 2019-03-03 10:00:36 -05:00
James Ives
a248ddee87
Update README.md 2019-03-03 09:59:39 -05:00
James Ives
b5f7775bf2 Merge branch 'master' of https://github.com/JamesIves/gh-pages-github-action 2019-03-03 09:46:27 -05:00
James Ives
a03e6cae67 Couple of fixes 2019-03-03 09:46:26 -05:00
James Ives
2ba1064c4c
Update README.md 2019-03-03 09:40:29 -05:00
James Ives
efd5f3337c
Update README.md 2019-03-03 09:38:24 -05:00
James Ives
f38ecac12e
Update README.md 2019-03-03 09:37:17 -05:00
James Ives
c8d7bbad32
Update README.md 2019-03-03 09:35:39 -05:00
James Ives
c96137dae9
Update README.md 2019-03-02 18:44:12 -05:00
James Ives
420901d6f8 Init 🚀 2019-03-02 18:43:28 -05:00