[CHORE] Adjust Actions

This commit is contained in:
Dunemask 2024-08-25 15:55:56 -06:00
parent 25a8f2c12a
commit 42855412dc

View file

@ -71,6 +71,8 @@ runs:
echo "Error! deploy-env required, and must be 'ci' or 'edge'!" echo "Error! deploy-env required, and must be 'ci' or 'edge'!"
exit 1 exit 1
fi fi
- name: B4
run: echo "I'm Before"
- name: Oasis Setup - name: Oasis Setup
uses: https://forgejo.dunemask.dev/elysium/elysium-actions@oasis-setup-advanced uses: https://forgejo.dunemask.dev/elysium/elysium-actions@oasis-setup-advanced
with: with:
@ -78,3 +80,5 @@ runs:
oasis-branch: ${{ inputs.oasis-branch }} oasis-branch: ${{ inputs.oasis-branch }}
oasis-workspace: ${{ inputs.oasis-workspace }} oasis-workspace: ${{ inputs.oasis-workspace }}
kubeconfig: ${{ env.OASIS_WORKFLOW_KUBECONFIG }} kubeconfig: ${{ env.OASIS_WORKFLOW_KUBECONFIG }}
- name: After
run: echo "I'm after"