-
-
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
8 changed files
with
93 additions
and
396 deletions.
There are no files selected for viewing
File renamed without changes.
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,7 @@ | ||
Contributions are welcome! Please follow these steps: | ||
|
||
1. Fork the project. | ||
2. Create a new branch (`git checkout -b feature-branch`). | ||
3. Commit your changes (`git commit -m 'Add a feature'`). | ||
4. Push to the branch (`git push origin feature-branch`). | ||
5. Open a Pull Request. |
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
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
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
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
|
||
# Marker as <!-- EXAMPLE_START --><!-- EXAMPLE_END --> | ||
- name: Example 1 - multiple lines | ||
uses: gnpaone/[email protected].1 | ||
uses: gnpaone/[email protected].2 | ||
with: | ||
marker_text: "EXAMPLE" | ||
markdown_text: | | ||
|
@@ -51,7 +51,7 @@ jobs: | |
### Requirements | ||
- Node.js >= 18.0.0 | ||
- npm >= 6.0.0 | ||
- npm >= 9.0.0 | ||
## Usage | ||
|
@@ -168,15 +168,15 @@ jobs: | |
# Marker as <!-- MARKER_TEXT_START --><!-- MARKER_TEXT_END --> | ||
- name: Example 2 - single line | ||
uses: gnpaone/[email protected].1 | ||
uses: gnpaone/[email protected].2 | ||
with: | ||
marker_text: "MARKER_TEXT" | ||
markdown_text: "This is a sample text." | ||
markdown_text: "#### This is a sample text." | ||
confirm_and_push: "false" | ||
|
||
# Marker as <!-- TABLE_START --><!-- TABLE_END --> | ||
- name: Example 3 - add table | ||
uses: gnpaone/[email protected].1 | ||
uses: gnpaone/[email protected].2 | ||
with: | ||
marker_text: "TABLE" | ||
table: "true" | ||
|
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
Oops, something went wrong.