Compare commits

6 Commits
1.0.0 ... main

Author SHA1 Message Date
Nick Van Wiggeren
508e59043d Merge pull request #5 from ScottBrenner/patch-1
test/bin/heroku - Simulate Heroku
2019-10-07 11:41:16 -07:00
Scott Brenner
10a9af50e8 test/bin/heroku - Simulate Heroku 2019-08-01 20:53:15 -07:00
Parker Moore
466fea5e82 Merge pull request #4 from actions/codeowners
Add a CODEOWNERS file to streamline review.
2019-02-11 18:39:01 -05:00
Parker Moore
1a790729a2 Add a CODEOWNERS file to streamline review. 2019-02-09 13:18:52 -05:00
Hayden Faulds
9b6266f8ca Merge pull request #3 from actions/non-slim-node
Use non-slim node
2019-02-01 13:57:42 +00:00
Peter Wagner
feb8622cd4 Use non-slim node
Resolves #2
Xref https://github.com/actions/npm/pull/14
2019-01-31 13:32:02 -05:00
3 changed files with 4 additions and 3 deletions

1
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1 @@
* @actions/reviewers

View File

@@ -1,6 +1,6 @@
FROM node:10-slim
FROM node:10
LABEL version="1.0.0"
LABEL version="2.0.0"
LABEL repository="http://github.com/actions/heroku"
LABEL homepage="http://github.com/actions/heroku"
LABEL maintainer="GitHub Actions <support+actions@github.com>"

View File

@@ -1,2 +1,2 @@
#!/bin/sh
echo "Simulate Docker"
echo "Simulate Heroku"