Skip to content

Commit c085dc1

Browse files
committed
💚 Fix CI build
that was related to this issue actions/checkout#439
1 parent acbc867 commit c085dc1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/fetcher.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ jobs:
4646
steps:
4747
- name: checkout repo content
4848
uses: actions/checkout@v3 # checkout the repository content to github runner
49+
with:
50+
ref: main
4951
- name: Deploy to Heroku
50-
uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
52+
uses: akhileshns/heroku-deploy@v3.12.12
5153
with:
5254
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
5355
heroku_app_name: "astros-api" #Must be unique in Heroku

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# astros-api
44

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

88
## How it works?
99

0 commit comments

Comments
 (0)