fix: add scripts to github actions path
This commit is contained in:
@@ -15,6 +15,8 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
|
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
|
||||||
|
shell: bash
|
||||||
- name: Configure kubectl CLI
|
- name: Configure kubectl CLI
|
||||||
run: setup-kubectl.sh
|
run: setup-kubectl.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user