fix: make action run using node16
This commit is contained in:
17
action.yaml
17
action.yaml
@@ -13,17 +13,6 @@ inputs:
|
||||
description: A base64 encoded reference to your authorization file (~/.kube/config)
|
||||
required: true
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
|
||||
shell: bash
|
||||
- name: Configure kubectl CLI
|
||||
run: setup-kubectl.sh
|
||||
shell: bash
|
||||
env:
|
||||
KUBECTL_VERSION: ${{ inputs.kubectl-version }}
|
||||
- name: Authorize kubectl to the cluster
|
||||
run: login-kubectl.sh
|
||||
shell: bash
|
||||
env:
|
||||
BASE64_KUBE_CONFIG: ${{ inputs.base64-kube-config }}
|
||||
using: node16
|
||||
main: dist/index.js
|
||||
post: dist/post.js
|
||||
|
||||
Reference in New Issue
Block a user