Skip to content

Commit f644ef0

Browse files
authored
docs: Update README.md examples
1 parent cc903bf commit f644ef0

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kas Action
22

3-
[![CI Checks](https://github.com/gajeshbhat/kas-action/actions/workflows/ci.yml/badge.svg)](https://github.com/gajeshbhat/kas-action/actions/workflows/ci.yml) [![Integration Tests](https://github.com/gajeshbhat/kas-action/actions/workflows/tests.yml/badge.svg)](https://github.com/gajeshbhat/kas-action/actions/workflows/tests.yml)
3+
[![CI Checks](https://github.com/gajeshbhatbhat/kas-action/actions/workflows/ci.yml/badge.svg)](https://github.com/gajeshbhatbhat/kas-action/actions/workflows/ci.yml) [![Integration Tests](https://github.com/gajeshbhatbhat/kas-action/actions/workflows/tests.yml/badge.svg)](https://github.com/gajeshbhatbhat/kas-action/actions/workflows/tests.yml)
44

55
A thin wrapper around [Siemens kas](https://kas.readthedocs.io/) to build Yocto/OpenEmbedded projects with optimized caching and CI integration.
66

@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Build with kas
22-
uses: gajesh/kas-action@v1
22+
uses: gajeshbhatbhat/kas-action@v1
2323
with:
2424
kas_file: kas.yml
2525
```
@@ -37,7 +37,7 @@ jobs:
3737
restore-keys: yocto-cache-
3838

3939
- name: Build with kas
40-
uses: gajesh/kas-action@v1
40+
uses: gajeshbhatbhat/kas-action@v1
4141
with:
4242
kas_file: kas.yml
4343
dl_dir: dl_cache
@@ -82,7 +82,7 @@ strategy:
8282
kas_file: [kas/qemux86-64.yml, kas/raspberrypi4-64.yml]
8383
8484
steps:
85-
- uses: gajesh/kas-action@v1
85+
- uses: gajeshbhat/kas-action@v1
8686
with:
8787
kas_file: ${{ matrix.kas_file }}
8888
```
@@ -98,7 +98,7 @@ steps:
9898
- name: Add known hosts
9999
run: ssh-keyscan github.com >> ~/.ssh/known_hosts
100100
101-
- uses: gajesh/kas-action@v1
101+
- uses: gajeshbhat/kas-action@v1
102102
with:
103103
kas_file: kas.yml
104104
accept_licenses: "commercial proprietary"
@@ -107,7 +107,7 @@ steps:
107107
### SDK Generation
108108

109109
```yaml
110-
- uses: gajesh/kas-action@v1
110+
- uses: gajeshbhat/kas-action@v1
111111
with:
112112
kas_file: kas.yml
113113
bitbake_args: "-c populate_sdk core-image-minimal"
@@ -166,7 +166,7 @@ df -h
166166
**Build is very slow**
167167
```yaml
168168
# Increase parallelism
169-
- uses: gajesh/kas-action@v1
169+
- uses: gajeshbhat/kas-action@v1
170170
with:
171171
parallelism: "16" # or "BB=8,MAKE=16"
172172
```
@@ -177,20 +177,20 @@ df -h
177177

178178
```yaml
179179
# Checkout repositories only
180-
- uses: gajesh/kas-action@v1
180+
- uses: gajeshbhat/kas-action@v1
181181
with:
182182
kas_file: kas.yml
183183
kas_cmd: checkout
184184
185185
# Interactive shell (for debugging)
186-
- uses: gajesh/kas-action@v1
186+
- uses: gajeshbhat/kas-action@v1
187187
with:
188188
kas_file: kas.yml
189189
kas_cmd: shell
190190
kas_args: "--keep-config-unchanged"
191191
192192
# Dump configuration
193-
- uses: gajesh/kas-action@v1
193+
- uses: gajeshbhat/kas-action@v1
194194
with:
195195
kas_file: kas.yml
196196
kas_cmd: dump
@@ -204,4 +204,4 @@ df -h
204204
## Support
205205

206206
- Documentation: https://kas.readthedocs.io/
207-
- Report issues: https://github.com/gajeshbhat/kas-action/issues
207+
- Report issues: https://github.com/gajeshbhatbhat/kas-action/issues

0 commit comments

Comments
 (0)