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

Commit

Permalink
Kubeconfig, download main
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent99 committed Oct 21, 2022
1 parent b620bc9 commit 7c31692
Show file tree
Hide file tree
Showing 8 changed files with 4,840 additions and 2,987 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,18 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./
with:
token: ${{secrets.ACORN_TOKEN}}
- run: acorn
shell: bash

main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
k3s-install: false
kubeconfig: 'hello kube'
acorn-version: main
acorn-init: false
- run: |
env
acorn
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ inputs:
required: false
default: 'true'

kubeconfig:
description: Provide a kubeconfig to use instead of installing k3s
required: false
default: ''
k3s-install:
description: Whether to install k3s or not
required: false
Expand Down
Loading

0 comments on commit 7c31692

Please sign in to comment.