Skip to content

Commit

Permalink
Dynamic Action Name for release
Browse files Browse the repository at this point in the history
  • Loading branch information
haritzsaiz authored Jan 27, 2025
1 parent 64c3654 commit f3638e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Docker Releaser Workflow
name: "Release Workflow"

on:
workflow_dispatch:
inputs:
release_version:
type: string
description: release version when building docker containers (example; 2.0.0)

run-name: >-
${{ format('Release {0}', github.event.inputs.release_version) }}
jobs:
build_aws_connector_docker_image:
Expand Down Expand Up @@ -58,4 +61,4 @@ jobs:
- First Change
- Second Change
draft: false
prerelease: false
prerelease: false

0 comments on commit f3638e1

Please sign in to comment.