Skip to content

Commit

Permalink
Testing GHA with commit SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
mitali-salvi committed Mar 13, 2024
1 parent fc5d13d commit 318fe50
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@ name: Release Helm Charts

on:
workflow_dispatch:
inputs:
commit_sha:
required: true
type: string
default: ""
description: "Release commit SHA"

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: "${{ github.event.inputs.commit_sha }}"

- name: Configure Git
run: |
Expand Down

0 comments on commit 318fe50

Please sign in to comment.