Skip to content

Commit 487c557

Browse files
authored
Adds usage example
1 parent 745892d commit 487c557

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Interactive debugger for GitHub Actions
44

55
## Usage
6+
```
7+
steps:
8+
- name: Setup Debug Session
9+
uses: csexton/debugger-action@master
10+
```
611

712
In the log for the action you will see:
813

0 commit comments

Comments
 (0)