This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add badges and action name in the example
- Loading branch information
1 parent
d1a66b3
commit 3796025
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
@@ -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: | ||
|