Skip to content

Commit a0f454b

Browse files
committed
Show example
1 parent df3bcc5 commit a0f454b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,21 @@ job "github_runner" {
4545
}
4646
}
4747
```
48+
49+
## Usage ##
50+
51+
```
52+
name: Package
53+
54+
on:
55+
release:
56+
types: [created]
57+
58+
jobs:
59+
build:
60+
runs-on: self-hosted
61+
steps:
62+
- uses: actions/checkout@v1
63+
- name: build packages
64+
run: make all
65+
```

0 commit comments

Comments
 (0)