Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Add badges and action name in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
suryasr007 authored Sep 26, 2019
1 parent d1a66b3 commit 3796025
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.7-alpine

LABEL version="1.0.0" \
LABEL version="1.0.1" \
repository="https://github.com/niteoweb/reviewapps-deploy-status" \
homepage="https://github.com/niteoweb" \
maintainer="niteo.co" \
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Review Apps deployment status
# Heroku Review Apps deployment status
[![CircleCI](https://circleci.com/gh/niteoweb/reviewapps-deploy-status/tree/master.svg?style=svg&circle-token=5ffcd6d51ad48e0b54dda7d8f37b158e5e502059)](https://circleci.com/gh/niteoweb/reviewapps-deploy-status/tree/master)
[![GitHub marketplace](https://img.shields.io/badge/marketplace-heroku--review--app--deployment--status-blue?style=flat-square&logo=github)](https://github.com/marketplace/actions/heroku-review-app-deployment-status)

A Github Action that tests the deployment status of a Heroku Review App.

Expand All @@ -21,7 +22,7 @@ A Github Action that tests the deployment status of a Heroku Review App.

steps:
- name: Run review-app test
uses: #TODO: After publishing the action
uses: niteoweb/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 3796025

Please sign in to comment.