Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/makeplane/plane into fix…
Browse files Browse the repository at this point in the history
…/issue_relation
  • Loading branch information
dakshesh14 committed Oct 2, 2023
2 parents b801051 + 0d0cf30 commit ff9c129
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/create-sync-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
# Only run the job when a PR is merged
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ chmod +x setup.sh
- Run setup.sh

```bash
./setup.sh http://localhost
./setup.sh
```

> If running in a cloud env replace localhost with public facing IP address of the VM
Expand Down

0 comments on commit ff9c129

Please # to comment.