Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmchr authored Oct 19, 2021
1 parent 7c685fe commit 6b871c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
uses: actions/checkout@v2
- name: Deploy my function to Appwrite
uses: rdmchr/[email protected]
with:
endpoint: '[ Your Appwrite endpoint ]'
project: '[ The id of your Appwrite project ]'
key: '[ Your Appwrite API Token ]'
```
```

0 comments on commit 6b871c5

Please sign in to comment.