Skip to content

Commit ef8bbca

Browse files
committed
Adding documentation
1 parent 61ea6fc commit ef8bbca

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,19 @@ The goal of this docker image is provide a complete isolated environment for bui
88

99
You can see a sample of use in github actions on [E12AIO3 Firmware](https://github.com/e12aio3)
1010

11-
Thank you and enjoy! :enjoy:
11+
```yml
12+
name: ESP8266-RTOS-SDK Build
13+
14+
on:
15+
push:
16+
branches: [master]
17+
18+
jobs:
19+
build:
20+
runs-on: ubuntu-latest
21+
steps:
22+
- uses: actions/checkout@v2
23+
- uses: nsfilho/esp8266-rtos-sdk@v2
24+
```
25+
26+
Thank you and enjoy!

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ inputs:
1010
default: "defconfig all size-components"
1111
runs:
1212
using: "docker"
13-
image: "docker://nsfilho/esp8266-rtos-sdk"
13+
image: "docker://nsfilho/esp8266-rtos-sdk:3.3"
1414
args:
1515
- ${{ inputs.makearg }}

0 commit comments

Comments
 (0)