Skip to content

Commit

Permalink
ci: test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h7ml committed May 1, 2024
1 parent 463a8da commit ebb0849
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: test
on:
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Commit Comment
uses: dext7r/commit-comment@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: 'This is a test comment.'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This GitHub Action allows you to automatically create a commit comment on a pull

```yaml
- name: Commit Comment
uses: dext7r/commit-comment[email protected]
uses: dext7r/commit-comment@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: 'This is a test comment.'
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
steps:
- name: Commit Comment
uses: dext7r/commit-comment[email protected]
uses: dext7r/commit-comment@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: 'Hello from GitHub Action!'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commit-comment",
"version": "1.0.0",
"version": "1.1.0",
"description": "A GitHub Action to commit comment",
"repository": {
"type": "git",
Expand Down

1 comment on commit ebb0849

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Website preview for commit ${GITHUB_SHA} at ${GITHUB_RUN_ATTEMPT}

Please sign in to comment.