Skip to content

Commit

Permalink
Fix prefix for bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Oct 31, 2024
1 parent ff562b4 commit cdd4d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: aneoconsulting/ArmoniK.Action.Deploy/bootstrap-deploy@main
with:
type: aws
prefix: ${{ inputs.prefix }}
prefix: ${{ env.prefix }}

- id: deploy
name: "Deploy ArmoniK"
Expand Down

0 comments on commit cdd4d48

Please sign in to comment.