Commit Graph

53 Commits

Author SHA1 Message Date
Bryan MacFarlane
c5dddd605c update contributors guide 2020-01-12 10:08:22 -05:00
Bryan MacFarlane
1ecad9811f update contributors guide 2020-01-12 10:05:14 -05:00
Eileen M. Uchitelle
2f0115cdb3 Merge pull request #19 from actions/gitignore
Update .gitignore
2020-01-09 14:06:46 -05:00
Eileen M. Uchitelle
9562cfc737 Merge pull request #29 from eregon/no-symlink-usr-bin
Only add ruby in $PATH, do not overwrite /usr/bin/ruby
2020-01-09 14:05:44 -05:00
Eileen M. Uchitelle
4ce0939221 Merge pull request #43 from actions/dependabot/npm_and_yarn/handlebars-4.5.3
Bump handlebars from 4.1.2 to 4.5.3
2020-01-09 13:57:22 -05:00
Bryan MacFarlane
1de6d4c9a8 Merge pull request #47 from joshmgross/patch-1
Add notes on caching to Readme
2020-01-07 15:43:04 -05:00
Josh Gross
3656ce6e59 Add notes on caching to Readme 2020-01-07 15:03:45 -05:00
Bryan MacFarlane
af7e0f8d35 Merge pull request #34 from alanvardy/patch-1
Add Ruby on Rails test example
2020-01-07 14:19:08 -05:00
dependabot[bot]
2413b984fb Bump handlebars from 4.1.2 to 4.5.3
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-29 19:05:40 +00:00
Mike Coutermarsh
b4ef174b15 Merge pull request #38 from actions/ethomson/update_description
Update description
2019-11-12 08:21:13 -08:00
Edward Thomson
d0b84d3722 Update description 2019-11-08 16:43:42 +00:00
Alan Vardy
0662c7a33d Add Ruby on Rails test example 2019-10-02 15:29:57 -06:00
Benoit Daloze
573594eefe Only add ruby in $PATH, do not overwrite /usr/bin/ruby
* Fixes https://github.com/actions/setup-ruby/issues/18
* The symlink never worked on macOS, and there was a missing `await`.
* No tool should hardcode `/usr/bin/ruby`, but instead executables
  should use `#!/usr/bin/env ruby`.
* If a specific tool needs the symlink, then it can of course be
  added as part of the steps of that CI.
2019-09-21 22:49:48 +02:00
Danny McCormick
50f3cc9f0b Deprecate version
Some checks failed
Main workflow / Run (ubuntu-latest) (push) Has been cancelled
Main workflow / Run (windows-latest) (push) Has been cancelled
v1.1.0
2019-09-12 10:37:13 -04:00
Danny McCormick
8ad38c1114 Update .gitignore 2019-08-26 10:58:02 -04:00
Danny McCormick
623660d136 Consume toolkit from npmjs (#16)
Some checks failed
Main workflow / Run (ubuntu-latest) (push) Has been cancelled
Main workflow / Run (windows-latest) (push) Has been cancelled
v1.0.2
2019-08-19 16:45:17 -04:00
Danny McCormick
cec809fe04 Correct comment (#12) 2019-08-16 10:19:30 -04:00
Danny McCormick
c6c44b217a Use ruby-version (#10)
Some checks failed
Main workflow / Run (ubuntu-latest) (push) Has been cancelled
Main workflow / Run (windows-latest) (push) Has been cancelled
v1.0.1
2019-08-13 16:29:23 -04:00
Danny McCormick
8dd8957526 Add badge 2019-08-12 15:13:09 -04:00
Danny McCormick
15a6f141d8 Update action name 2019-08-12 14:41:43 -04:00
Danny McCormick
348966bbc4 Quoting 2019-08-01 11:06:53 -04:00
Danny McCormick
f5ab4efe19 V1 (#7)
Some checks failed
Main workflow / Run (ubuntu-latest) (push) Has been cancelled
Main workflow / Run (windows-latest) (push) Has been cancelled
v1.0.0
2019-08-01 09:32:52 -04:00
Stephen Franceschelli
ee76af9e05 Fix build. (#6)
* Fix.

* Husky commit correct node modules

* Fix.

* Husky commit correct node modules
2019-07-30 13:22:52 -04:00
Danny McCormick
c164462739 Update workflow.yml (#4)
* Update workflow.yml

* Update workflow.yml

* Update workflow.yml
2019-07-25 22:57:30 -04:00
Bryan MacFarlane
20611101d6 actions to steps 2019-07-25 21:26:06 -04:00
Danny McCormick
9cf364ddc3 Update README.md 2019-07-23 15:46:24 -04:00
Danny McCormick
5084e7ffbd Add checkout 2019-07-23 15:15:46 -04:00
Danny McCormick
3125a78d41 Update README.md 2019-07-17 11:01:48 -04:00
Stephen Franceschelli
207b0721f1 Merge pull request #3 from actions/users/stfrance/cleanup
Clean up a few things.
2019-07-15 16:38:44 -04:00
Stephen Franceschelli
2f47c432ea Fix. 2019-07-15 14:27:56 -04:00
Stephen Franceschelli
ea8812ffe3 Fixes. 2019-07-15 14:26:50 -04:00
Stephen Franceschelli
7a5fe7d386 Fix. 2019-07-15 13:59:52 -04:00
Stephen Franceschelli
c58156a47c Fixes. 2019-07-15 13:57:37 -04:00
Stephen Franceschelli
b387336039 Fix. 2019-07-15 13:56:32 -04:00
Stephen Franceschelli
70039febf8 Fix. 2019-07-15 13:46:13 -04:00
Stephen Franceschelli
574f83ab4c Fixes. 2019-07-15 13:45:00 -04:00
Stephen Franceschelli
9ea2679ca7 Fix. 2019-07-15 13:24:14 -04:00
Stephen Franceschelli
e3283467a1 Fix bug. Add workflows. 2019-07-15 13:23:24 -04:00
Stephen Franceschelli
9098200950 Fix. 2019-07-15 11:41:38 -04:00
Stephen Franceschelli
f26956e368 Fix. 2019-07-15 11:40:40 -04:00
Danny McCormick
f0f8a56f6a Fix husky 2019-07-12 11:01:23 -04:00
Danny McCormick
98cf58a763 Workaround wrong variable being propogated 2019-07-09 12:45:23 -04:00
Danny McCormick
2bf93cfd47 Update action.yml 2019-07-09 12:44:34 -04:00
Derrick Marcey
55fbf63d01 Update README.md 2019-06-27 14:31:32 -04:00
Derrick Marcey
edbe0e4d6c Merge pull request #1 from actions/features/getRubyVersion
First attempt at find ruby action
2019-06-27 14:31:03 -04:00
Derrick Marcey
22cf5cbe54 Added findRubyVersion tests 2019-06-27 14:24:03 -04:00
Derrick Marcey
4fdd5911a6 PR Feedback - simplifying action 2019-06-27 13:53:08 -04:00
Derrick Marcey
762d5da203 Removing output from action as it's not used. 2019-06-27 12:30:53 -04:00
Derrick Marcey
c39a9768cf First attempt at find ruby action 2019-06-27 11:50:36 -04:00
Derrick Marcey
d2fa3b8435 Ran formatting 2019-06-26 14:35:18 -04:00