1133 Commits

Author SHA1 Message Date
Brian Surowiec
225370fc48 Fix remove-matcher syntax (#211) 2019-11-15 16:02:47 -05:00
eric sciple
28a7970270
Merge pull request #212 from actions/users/ericsciple/m161warnings
Update jest and lerna to fix npm install warnings
2019-11-12 12:20:32 -05:00
eric sciple
6c824bd448 Update jest and lerna to fix npm install warnings 2019-11-12 12:13:32 -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
Jim Hester
0fbdc19f81 Fix typo (#201) 2019-11-06 10:15:14 -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
Manuel Muñoz Solera
565d0bbe18 Adding missing curly Brace in Usage example (#150) 2019-10-14 10:59:46 -04:00
Josh Gross
e8d384d3af
Merge pull request #149 from actions/users/tihuang/statecommand
add core method to saveState and getState.
2019-10-10 20:04:39 -04:00
Josh Gross
55b188b8c6
Merge pull request #179 from dguo/patch-1
Fix a setup-node warning
2019-10-10 10:25:49 -04:00
Danny Guo
747fa4805a Fix a setup-node warning
setup-node currently outputs:

##[warning]Input 'version' has been deprecated with message: The version property will not be supported after October 1, 2019. Use node-version instead
2019-10-10 08:02:02 -04:00
Bryan MacFarlane
9c0a43bda4 Update issue templates 2019-10-09 09:17:19 -04:00
Bryan MacFarlane
e984b2b6bb updating readmes 2019-10-09 09:16:07 -04:00
Bryan MacFarlane
c2bb007435 Update issue templates 2019-10-09 09:09:24 -04:00
Bryan MacFarlane
2e4712de6f updating readmes 2019-10-09 08:47:27 -04:00
Tingluo Huang
ae706665a1 PR feedback. 2019-10-03 14:48:21 -04:00
Bryan MacFarlane
7b46e3ab34 update readme 2019-10-03 13:51:11 -04:00
Bryan MacFarlane
b2151226b6 update workflow paths 2019-10-03 13:07:22 -04:00
Bryan MacFarlane
1643ea2734 update readme 2019-10-03 12:45:11 -04:00
Tingluo Huang
5ce4932391 update doc. 2019-10-03 00:41:30 -04:00
Edward Thomson
a1c30dfc53 Add a bug report issue template (#160)
Provide an issue template that will help people locate the GitHub Community forum for GitHub Actions.
2019-10-02 18:17:33 -04:00
Bryan MacFarlane
f210cdb256
Update readme (#178)
Updating readme
2019-10-02 17:59:33 -04:00
Bryan MacFarlane
531da1858f
fix test timeout (#176)
* fix test timeout
2019-10-02 08:18:38 -04:00
Bryan MacFarlane
9d54cd22ea
setSecret (#174)
* setSecret
2019-10-01 17:13:05 -04:00
Bryan MacFarlane
713902387e
updating core docs and bumping version (#172)
updating core docs and bumping version
2019-10-01 13:53:09 -04:00
Thomas Boop
05b1b08f77
Update command docs to specify a new line is needed (#171) 2019-10-01 12:56:09 -04:00
Harry Marr
47ccfea021 Add 'repository.directory' to package manifests (#143) 2019-09-24 22:30:51 -04:00
Chad Schulz
46bd5e54fd Wrap example in async function (#157)
As someone not too familiar with async/await JavaScript, I was hung up on this for a bit. If this is too distracting from the example itself, I can understand not integrating it.
2019-09-24 22:27:50 -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
Bryan MacFarlane
1f7964519a bump tool-cache version 2019-09-24 17:20:01 -04:00
Bryan MacFarlane
67eeeea9fa
use zip and unzip from path (#161) 2019-09-24 17:07:08 -04:00
Chad Schulz
3116829a9b Add missing } to token example (#153) 2019-09-24 13:49:32 -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
Tingluo Huang
81b71dc6e6 fix lint. 2019-09-19 22:18:51 -04:00
Tingluo Huang
4d15218252 fix lint. 2019-09-19 22:14:12 -04:00
Tingluo Huang
b62614fa25 add core method to saveState and getState. 2019-09-19 22:02:45 -04:00
Bryan MacFarlane
e2358e2973 update core releases.md 2019-09-18 14:47:11 -04:00
Danny McCormick
14d6a0a2d2
Implement set-secret (#141)
* Implement set-secret

* Update RELEASES.md

* Feedback
2019-09-18 14:25:05 -04:00
Marc Nuri
6fcaac5046 actions/toolkit#127: getInput supports variables with multiple spaces (#129)
* actions/toolkit#127: getInput supports variables with multiple spaces

* actions/toolkit#127: PR comment, update changelog
2019-09-12 13:41:11 -04:00
Warren Buckley
b297969f56 Update readme to show how to use the secret GITHUB_TOKEN (#131)
* Update readme to show how to use the secret GITHUB_TOKEN

* Adds in link to docs - which I feel seem to be scattered in repos & official docs
2019-09-12 10:50:19 -04:00
Bryan MacFarlane
da04d22321 new template doc links 2019-09-11 03:35:39 -04:00