fix: add scripts to github actions path

This commit is contained in:
Aarnav Tale
2022-05-14 22:50:16 -04:00
parent 7ba18097f4
commit f326ba7d79

View File

@@ -15,6 +15,8 @@ inputs:
runs:
using: composite
steps:
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
shell: bash
- name: Configure kubectl CLI
run: setup-kubectl.sh
shell: bash