Skip to content

Commit

Permalink
Merge pull request #21 from hokkung/feat/update-reamdme-gql
Browse files Browse the repository at this point in the history
feat/update-readme
  • Loading branch information
hokkung committed Aug 29, 2024
2 parents 2d7c37a + 9a93826 commit 824e098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const { context } = require('@actions/github');
await github.rest.issues.addAssignees({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
assignees: [context.actor], // Automatically assigns the PR author
assignees: [context.actor],
});
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This project is implemented by applying clean code architecture.
1. install Go
2. Install Wire [Official-Site](https://github.com/google/wire)
3. Install Mockgen [Official-Site](https://github.com/golang/mock)

4. Install GraphQL [Official-Site](https://gqlgen.com/getting-started)
---
## Getting Started
1. Start Admin, MySQL container
Expand Down

0 comments on commit 824e098

Please sign in to comment.