Skip to content

Commit

Permalink
💚 Fix CI build
Browse files Browse the repository at this point in the history
that was related to this issue actions/checkout#439
  • Loading branch information
iqfareez committed May 17, 2022
1 parent acbc867 commit c085dc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/fetcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ jobs:
steps:
- name: checkout repo content
uses: actions/checkout@v3 # checkout the repository content to github runner
with:
ref: main
- name: Deploy to Heroku
uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
uses: akhileshns/heroku-deploy@v3.12.12
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "astros-api" #Must be unique in Heroku
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# astros-api

To **start a local server**, run `npm install`, then `npm start` and go to `localhost:3000`.
_Make sure node is installed on your machine_
To **start a local server**, run `npm install`, then `npm start`, and go to `localhost:3000`.
_Make sure Node is installed on your machine_

## How it works?

Expand Down

0 comments on commit c085dc1

Please sign in to comment.