Skip to content

Commit

Permalink
docs: readme v3
Browse files Browse the repository at this point in the history
  • Loading branch information
devpolo committed Aug 19, 2021
1 parent 23262bd commit f4b9efd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@

At the root of your project, create the file/folders structure: `.github/workflows/awake.yml`

Paste the following lines:
Paste the following lines into your `awake.yml` file:

```yml
# awake.yml
name: Awake Action
on:
schedule:
Expand All @@ -37,8 +36,9 @@ In case you don't want your uri to be public, follow the next steps:
Under your repository `Settings` > `Secrets`, click `New repository secret` and add your `SECRET_URI`.

Then paste the following lines into your `awake.yml` file:

```yml
# awake.yml
name: Awake Action
on:
schedule:
Expand All @@ -56,8 +56,9 @@ jobs:

## Awake many endpoints

In some cases, your project may run your API and your client in the same repository.

```yml
# awake.yml
name: Awake Action
on:
schedule:
Expand Down

0 comments on commit f4b9efd

Please sign in to comment.