-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.' | ||
|
@@ -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!' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ebb0849
There was a problem hiding this comment.
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}