fix: make action run using node16

This commit is contained in:
Aarnav Tale
2023-01-25 00:44:53 -05:00
parent b284f0ba18
commit 574fbc2143

View File

@@ -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