[CHORE] Adjust Actions
This commit is contained in:
parent
25a8f2c12a
commit
42855412dc
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue