From 1dd6adba710706af94a398793fc7884fa0253f4f Mon Sep 17 00:00:00 2001 From: German Lashevich Date: Sun, 12 May 2024 01:14:31 +0200 Subject: [PATCH] feat!: remove standalone ytt binary and kbld --- .github/workflows/test.yml | 3 +-- action.yml | 17 +---------------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c471a6..434a0fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,5 @@ jobs: - name: Check versions run: | myks --help - ytt --version - kbld --version + myks ytt --version myks vendir --version diff --git a/action.yml b/action.yml index 75b2c9c..8914fc2 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: myks-setup-action -description: Setup myks with dependencies +description: Setup myks author: The Myks Authors branding: color: green @@ -13,24 +13,9 @@ inputs: description: myks version required: false default: latest - kbld: - description: kbld version - required: false - default: latest - ytt: - description: ytt version - required: false - default: latest runs: using: composite steps: - - name: Install dependencies - uses: carvel-dev/setup-action@v2 - with: - token: ${{ inputs.token }} - only: ytt, kbld - kbld: ${{ inputs.kbld }} - ytt: ${{ inputs.ytt }} - name: Install myks uses: jaxxstorm/action-install-gh-release@v1.11.0 with: