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