Skip to content

Commit

Permalink
Merge branch 'main' into lighten-image-and-fix-name
Browse files Browse the repository at this point in the history
  • Loading branch information
kudoas authored Oct 23, 2023
2 parents c3bc0a1 + 070d297 commit e8efff1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you create child issue from parent issue, the parent field is copied to the c

```yaml
with:
# Repository name with owner. For example, kudoas/gis
# Repository name with owner. For example, kudoas/sync-issue-field
# Default: ${{ github.repository }}
repository: ""

Expand All @@ -29,7 +29,7 @@ with:
Create a [workflow](https://docs.github.com/en/actions/using-workflows) and save it as a `.yml` file in the `.github/workflows/` directory of your target repository.

```yml
name: Sync issue
name: Sync issue field
on:
issues:
types: [opened]
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Sync issue field
uses: kudoas/sync-issue@main
uses: kudoas/sync-issue-field@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit e8efff1

Please sign in to comment.