Skip to content

Commit

Permalink
Fix name propagation in manually triggered CI workflow (#131)
Browse files Browse the repository at this point in the history
Signed-off-by: Hanno Becker <[email protected]>
  • Loading branch information
hanno-becker authored Sep 16, 2024
1 parent 7f39c0a commit 3ed1b94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_ec2_any.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ on:
default: false
jobs:
ci-ec2-any:
name: Ad-hoc CI on $${{ inputs.ec2_instance_type }}
name: Ad-hoc CI on ${{ inputs.ec2_instance_type }}
uses: ./.github/workflows/ci_ec2_reusable.yml
with:
name: ${{ inputs.name }}
ec2_instance_type: ${{ inputs.ec2_instance_type }}
ec2_ami: ${{ inputs.ec2_ami }}
ec2_ami_id: ${{ inputs.ec2_ami_id }}
Expand Down

0 comments on commit 3ed1b94

Please sign in to comment.