Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
508e59043d | ||
|
|
10a9af50e8 | ||
|
|
466fea5e82 | ||
|
|
1a790729a2 | ||
|
|
9b6266f8ca | ||
|
|
feb8622cd4 |
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* @actions/reviewers
|
||||||
@@ -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 repository="http://github.com/actions/heroku"
|
||||||
LABEL homepage="http://github.com/actions/heroku"
|
LABEL homepage="http://github.com/actions/heroku"
|
||||||
LABEL maintainer="GitHub Actions <support+actions@github.com>"
|
LABEL maintainer="GitHub Actions <support+actions@github.com>"
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "Simulate Docker"
|
echo "Simulate Heroku"
|
||||||
|
|||||||
Reference in New Issue
Block a user