Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 7c31692

Browse files
committed
Kubeconfig, download main
1 parent b620bc9 commit 7c31692

File tree

8 files changed

+4840
-2987
lines changed

8 files changed

+4840
-2987
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,18 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222
- uses: ./
23-
with:
24-
token: ${{secrets.ACORN_TOKEN}}
2523
- run: acorn
2624
shell: bash
27-
25+
main:
26+
runs-on: ubuntu-latest
27+
steps:
28+
- uses: actions/checkout@v3
29+
- uses: ./
30+
with:
31+
k3s-install: false
32+
kubeconfig: 'hello kube'
33+
acorn-version: main
34+
acorn-init: false
35+
- run: |
36+
env
37+
acorn

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ inputs:
1414
required: false
1515
default: 'true'
1616

17+
kubeconfig:
18+
description: Provide a kubeconfig to use instead of installing k3s
19+
required: false
20+
default: ''
1721
k3s-install:
1822
description: Whether to install k3s or not
1923
required: false

0 commit comments

Comments
 (0)