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

Commit

Permalink
The script should now be available
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmchr committed Oct 19, 2021
1 parent 7f7dcec commit 92797c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The .appwrite file should look like this:
```bash
COMMAND="node ." # The command that starts your function
FUNCID="612934711598e" # The id of your function
CODE="./"
CODE="./" # The directory that contains your code
```

# Inputs
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ runs:
appwrite version
- name: Deploy function
shell: bash
run: bash deploy-function.sh ${{ inputs.single }}
run: ${{ github.action_path }}/deploy-function.sh ${{ inputs.single }}

0 comments on commit 92797c2

Please sign in to comment.