[CHORE] Adjust Actions
This commit is contained in:
parent
30c126de33
commit
936984d107
1 changed files with 6 additions and 6 deletions
12
action.yml
12
action.yml
|
@ -69,9 +69,9 @@ runs:
|
|||
echo ${{ inputs.kubeconfig }} | base64 -d > ~/.kube/config &&
|
||||
chmod 700 ~/.kube/config
|
||||
echo "Finished setting up kubeconfig"
|
||||
- name: Export Envars
|
||||
shell: bash
|
||||
run: |
|
||||
# Export environment variables
|
||||
echo "OASIS_WORKSPACE=${{ inputs.oasis-workspace }}"
|
||||
echo OASIS_WORKSPACE=${{ inputs.oasis-workspace }} >> $GITHUB_ENV
|
||||
# - name: Export Envars
|
||||
# shell: bash
|
||||
# run: |
|
||||
# # Export environment variables
|
||||
# echo "OASIS_WORKSPACE=${{ inputs.oasis-workspace }}"
|
||||
# echo OASIS_WORKSPACE=${{ inputs.oasis-workspace }} >> $GITHUB_ENV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue