Skip to content
This repository was archived by the owner on Mar 25, 2022. It is now read-only.

Commit

Permalink
Correct capitolization of github
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcuva committed Oct 30, 2019
1 parent 4263131 commit 1318c36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'ReadMe API Github Sync'
name: 'ReadMe API GitHub Sync'
description: 'Sync API Spec files to ReadMe automatically'
author: 'ReadMe'
branding:
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ReadMe Github Sync
# ReadMe GitHub Sync

A Github action for syncing to ReadMe!
A GitHub action for syncing to ReadMe!

View the full docs for setup here: [https://docs.readme.com/docs/automatically-sync-api-specification-with-github](https://docs.readme.com/docs/automatically-sync-api-specification-with-github)

Expand All @@ -24,8 +24,8 @@ jobs:
- uses: readmeio/github-readme-sync@779b8771eb696ea487782f755aa11907d006a8b3
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}' # allows us to get the contents of your spec file
readme-api-id: 'Unique 12 Byte Id' # Autogenerated to match API Settings in ReadMe to synced file! View docs to get this!
api-file-path: 'swagger.json' # path to api spec file
readme-api-key: 'README API KEY' # ReadMe API key
readme-api-id: 'Unique 12 Byte Id' # Autogenerated to match API Settings in ReadMe to synced file! View docs to get this!
readme-api-version: '1.0' # ReadMe version to sync to
```

0 comments on commit 1318c36

Please sign in to comment.