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
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
b3bf422391
Update RELEASES.md
2019-09-09 11:58:37 -04:00
damccorm
4ff3b554b8
Fix tests
2019-09-09 11:57:17 -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
Danny McCormick
ef4525e9dd
Add info for completeness ( #111 )
...
* Add info for completeness
* Linting
* Missing import
2019-09-09 11:46:48 -04:00
Danny McCormick
a6e7249776
Update to use :: instead of ## ( #110 )
...
* Update to use :: instead of ##
* Missed test
2019-09-09 11:46:17 -04:00
Jonathan Leitschuh
b529540e0c
Don't recommend the use of HTTP to download code ( #120 )
2019-09-09 09:39:43 -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
Danny McCormick
7f17a6e550
Update RELEASES.md
2019-09-05 16:04:32 -04:00
Danny McCormick
6160df50dc
Update RELEASES.md
2019-09-05 13:27:22 -04:00
Jonathan Clem
a2ab4bcf78
Publish
...
- @actions/core@1.1.0
- @actions/exec@1.0.1
- @actions/github@1.1.0
- @actions/io@1.0.1
- @actions/tool-cache@1.1.1
2019-09-05 11:03:19 -04:00
Jonathan Clem
7772d5f810
Merge pull request #113 from actions/client-options
...
Accept Octokit.Options in the GitHub constructor
2019-09-05 10:58:15 -04:00
Jonathan Clem
1c4866fa48
Add note about constructor options
2019-09-05 10:52:34 -04:00
Jonathan Clem
ebace7edd3
Bump TypeScript to 3.6.2
2019-09-05 10:03:10 -04:00
Jonathan Clem
e533651251
Accept Octokit.Options in the GitHub constructor
2019-09-05 09:54:27 -04:00
Jonathan Clem
eb4c32847c
Merge pull request #98 from actions/core-debug
...
Core debug
2019-09-05 09:47:05 -04:00
Bryan MacFarlane
020f7034f4
JavaScript walk through update ( #107 )
...
* update walkthrough
* review feedback
2019-09-04 17:30:45 -04:00
damccorm
2a1b7d5c7e
Merge branch 'master' of https://github.com/actions/toolkit
2019-09-04 14:04:40 -04:00
damccorm
eaba9217f8
Bump package version
2019-09-04 14:04:31 -04:00
Danny McCormick
f2d01998f0
Update RELEASES.md
2019-09-03 14:42:04 -04:00
Danny McCormick
99d3ad0a64
Use readFileSync instead of require ( #101 )
...
* Use readFileSync instead of require
* error handling
2019-08-30 13:02:45 -04:00
Guillaume Clochard
ac36ca4405
Small fix for the tool-cache extract example ( #99 )
...
* Fix tool-cache extract example
* Use extractZip or extract7z in tool-cache example fix
2019-08-29 11:08:06 -04:00
Jonathan Clem
92e6443cf0
End group in core.group regardless of error thrown
2019-08-28 22:47:37 -04:00
Jonathan Clem
8f9992ca17
Add assertion for return value of core.group
2019-08-28 22:38:30 -04:00
Jonathan Clem
80fc75ef9c
Fix readme
2019-08-28 22:36:17 -04:00