From 20a2187f1b8282416f7b5cd25937270739dd3fea Mon Sep 17 00:00:00 2001 From: Mitali Salvi Date: Wed, 8 May 2024 13:54:25 -0400 Subject: [PATCH] testing gha again --- .github/workflows/release.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1a70cc2..959a01d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,12 +2,6 @@ name: Release Helm Charts on: workflow_dispatch: - inputs: - commit_sha: - required: true - type: string - default: "" - description: "Release commit SHA" jobs: release: @@ -17,7 +11,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - ref: "${{ github.event.inputs.commit_sha }}" - name: Configure Git run: |