Skip to content

Commit 499b324

Browse files
committed
updated changes for directory structure- resolved review comments
1 parent 49f1bd6 commit 499b324

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

learn-pr/github/create-custom-github-actions/includes/create-custom-github-action.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ When creating a packaged composite action, the steps are defined in a single `ac
4747
You must place your composite action in its own directory inside the repository.
4848

4949
**Example Directory Structure:**
50+
```
5051
.github/actions/my-composite-action/
5152
├── action.yml
5253
└── scripts/
5354
└── my-script.sh
54-
55+
```
5556
### 2. Define the `action.yml` File
5657

5758
Inside the **my-composite-action directory**, create an `action.yml` file.

0 commit comments

Comments
 (0)