Josh Gross
5feb835dff
Fix broken doc links ( #273 )
2019-12-23 15:52:20 -05:00
eric sciple
17acd9c66f
update problem matchers doc for fromPath and default severity ( #256 )
2019-12-14 10:11:59 -05:00
Bryan MacFarlane
d4975510fe
update illustration
2019-12-12 14:30:31 -05:00
Bryan MacFarlane
871c495487
update versioning docs for new major versions
2019-12-12 14:21:22 -05:00
Barret Schloerke
80e91ee891
Fix typo ( #250 )
2019-12-11 18:03:17 -05:00
TriangularIT
bedf824517
Small typo ( #251 )
2019-12-11 18:02:44 -05:00
Peter Evans
be9f18b69f
Fix documentation links ( #217 )
2019-12-10 09:11:03 -05:00
Bryan MacFarlane
aa13e110b1
update illustration
2019-12-09 14:02:57 -05:00
Bryan MacFarlane
cd47f1e123
update versioning diagram
2019-12-08 14:34:25 -08:00
Bryan MacFarlane
0f1fef3752
versioning update ( #246 )
2019-12-07 14:26:07 -08:00
Brian Surowiec
225370fc48
Fix remove-matcher syntax ( #211 )
2019-11-15 16:02:47 -05:00
Thomas Boop
47357ddfee
Document Problem Matcher Commands ( #198 )
...
* Add Initial Problem Matcher docs
2019-11-06 16:24:16 -05:00
Josh Gross
a465bf5e6d
Fix slash in example release branch
2019-11-06 10:16:13 -05:00
Bryan MacFarlane
4f11810a00
doc tweak
2019-11-03 14:35:12 -05:00
Josh Gross
46c2a7e41a
Fix some typos ( #200 )
2019-11-03 14:32:46 -05:00
Bryan MacFarlane
626bbe7136
doc tweak
2019-11-03 12:34:23 -05:00
Bryan MacFarlane
1e5fc20bfe
update versioning guidance
2019-11-03 12:24:13 -05:00
Thomas Boop
a9ebfb1a78
Add Warning about multiline secrets ( #196 )
2019-11-01 10:05:01 -04:00
Thomas Boop
4a3fe0bcd3
Quote the Commands in order to process on default windows ( #191 )
2019-10-23 11:06:34 -04:00
Thomas Boop
3d556ddb81
Overwrite tag rather then delete and create ( #190 )
2019-10-21 16:14:05 -04:00
Bryan MacFarlane
a65441cf46
bump core for release and docs ( #189 )
2019-10-18 15:35:13 -04:00
Bryan MacFarlane
9d54cd22ea
setSecret ( #174 )
...
* setSecret
2019-10-01 17:13:05 -04:00
Thomas Boop
05b1b08f77
Update command docs to specify a new line is needed ( #171 )
2019-10-01 12:56:09 -04:00
Bryan MacFarlane
14ac06ecd8
endgroup typo
2019-09-24 22:14:11 -04:00
Bryan MacFarlane
9b019476db
update commands doc
2019-09-24 21:08:02 -04:00
Even Alander
547d771ca3
Error in yaml ( #158 )
...
The word `you're` in the yaml example made the parsing fail, which baffled me for a while. One fix is to use `"` quotes.
2019-09-24 13:49:11 -04:00
Bryan MacFarlane
4897b2cd3b
update typescript walkthrough link
2019-09-21 10:44:36 -04:00
Bryan MacFarlane
da04d22321
new template doc links
2019-09-11 03:35:39 -04:00
abelsquidhead
5fd70ca47a
step 1. was slightly confusing. For someone that doesn't use git all the time, they might not know they need to go into the .gitignore file. The first time I read this I thought the direction was saying to rename the directory !node_modeules ( #125 )
2019-09-09 12:01:19 -04:00
Danny McCormick
2c6d31be8f
Create commands.md ( #105 )
...
* Create commands.md
* Feedback
* Update action-debugging.md
2019-09-09 11:58:49 -04:00
Danny McCormick
3dcd65e44b
Add github context getting started docs ( #80 )
...
* WIP - Add github context getting started docs
* Add testing docs
* Update walkthrough after going through it
* Clean up
* Add markdown types
* Env disclaimer
* Fix broken link to Javascript Action (#103 )
2019-09-09 11:52:50 -04:00
abelsquidhead
f689e65c54
added file name of action.yml file. When first starting out, everything is confusing and a first time actions creator might not know which file to update ( #122 )
2019-09-07 20:39:41 -04:00
Danny McCormick
7bc0d5222f
Need right push target ( #119 )
2019-09-06 12:50:52 -04:00
Bryan MacFarlane
020f7034f4
JavaScript walk through update ( #107 )
...
* update walkthrough
* review feedback
2019-09-04 17:30:45 -04:00
Sven-Hendrik Haase
ac007c0698
Fix path ( #78 )
...
The current one seems like an uncommon Windows-like notation.
2019-08-23 10:42:51 -04:00
Akshay Iyyadurai Balasundaram
e54c7a866d
Fix: wrong spelling for using action in a workflow ( #76 )
2019-08-22 13:13:36 -04:00
Scott Brenner
750d949f10
container-action typo fix ( #77 )
2019-08-22 13:12:47 -04:00
Sven-Hendrik Haase
28803fc3b4
Correct wrong docs ( #75 )
...
Docs say it's `using:` but it's actually `uses:`.
2019-08-21 22:31:21 -04:00
Josh Soref
ad054c855d
Spelling ( #72 )
...
* spelling: check in
* spelling: compatibility
* spelling: definitely
* spelling: does not
* spelling: maintaining
* spelling: nonexistent
* spelling: precede
* spelling: response
* spelling: was not
2019-08-21 15:31:44 -04:00
Jason Etcovitch
ea2ffbe002
Some more in the docs
2019-08-21 01:16:51 -04:00
Sören Wegener
e2adf403d6
Typofix in markdown ( #63 )
2019-08-18 19:38:45 -04:00
Danny McCormick
8662b07822
Remove format step
2019-08-13 16:03:45 -04:00
Thomas Boop
eae6c87114
Add Action Debugging information ( #46 )
...
* Add Action Debugging information
* Small verbiage updates
* Update README.md
* minor grammar updates
2019-08-12 17:00:55 -04:00
Bryan MacFarlane
ac5434c423
update some naming
2019-08-09 15:06:50 -04:00
Sascha Wolf
534e4012a4
Docs: Fix link to the `versioning` file ( #45 )
...
The link to `action-versioning.md` was relative which lead to appending an additional `docs` folder to the current path which linked to `docs/docs/action-versioning.md` instead of `docs/action-versioning.md`.
By adding the leading `/` the link now works correctly.
2019-08-09 07:58:16 -04:00
Curtis Gibby
71fe4a8f36
Fix bad apostrophes ( #44 )
...
A possessive belonging to an "it" doesn't need an apostrophe. Don't believe me? Ask [the Oatmeal](http://theoatmeal.com/comics/apostrophe ) (look for the velociraptor)!
2019-08-08 13:40:24 -04:00
Shawn Napora
46b418103a
Quick typo fixes ( #41 )
2019-08-07 09:56:03 -04:00
Danny McCormick
da76d1fd39
Update versioning guidance ( #40 )
...
* Update versioning guidance
* Missing step
2019-08-06 08:17:49 -04:00
Danny McCormick
f9ab88cdc3
Fix link
2019-08-04 14:12:04 -04:00
Bryan MacFarlane
0bb10220a7
workflow allows for e2e testing
2019-08-04 08:56:16 -04:00