Skip to content

Commit

Permalink
Rename repo names
Browse files Browse the repository at this point in the history
See #7.
  • Loading branch information
winterjung authored Feb 13, 2024
1 parent fda92db commit 7af0d1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Comment

[![Actions Status](https://github.com/jungwinter/comment/workflows/ci/badge.svg)](https://github.com/jungwinter/comment/actions)
[![Actions Status](https://github.com/winterjung/comment/workflows/ci/badge.svg)](https://github.com/winterjung/comment/actions)

> GitHub action to comment on PR, issue
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create comment
uses: jungwinter/comment@v1
uses: winterjung/comment@v1
id: create
with:
type: create
Expand All @@ -35,15 +35,15 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Update comment
uses: jungwinter/comment@v1
uses: winterjung/comment@v1
with:
type: edit
body: "- [x] Run tests"
comment_id: ${{ steps.create.outputs.id }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Delete comment
uses: jungwinter/comment@v1
uses: winterjung/comment@v1
with:
type: delete
comment_id: ${{ steps.create.outputs.id }}
Expand Down

0 comments on commit 7af0d1a

Please sign in to comment.