Skip to content

Commit 105945c

Browse files
committed
Update README.md
1 parent 904e36c commit 105945c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Codeball Actions are built on multiple smaller building-blocks, that are heavily
3939
### Example: "Dry-run" mode, labels all PRs with the Codeball Result
4040
4141
<details>
42-
<summary>codeball-dry-run.yml</summary>
42+
<summary>▶️ codeball-dry-run.yml</summary>
4343
4444
```yaml
4545
on: [pull_request]
@@ -91,7 +91,7 @@ jobs:
9191
### Example: Approve only (no labels)
9292

9393
<details>
94-
<summary>codeball-approve.yml</summary>
94+
<summary>▶️ codeball-approve.yml</summary>
9595

9696
```yaml
9797
on: [pull_request]
@@ -134,7 +134,7 @@ jobs:
134134
### Example: Filter files (run only for PRs modifying a single service)
135135
136136
<details>
137-
<summary>codeball-filter-files.yml</summary>
137+
<summary>▶️ codeball-filter-files.yml</summary>
138138
139139
```yaml
140140
on:

0 commit comments

Comments
 (0)