Skip to content

Commit

Permalink
AdHoc lane: Make proper assignment to variable (#3095)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/856498667320406/1207823615637251/f
Tech Design URL:
CC:

Description:

AdHoc lane: Make proper assignment to variable
  • Loading branch information
bwaresiak authored Jul 17, 2024
1 parent 436449c commit 4a7ffd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/adhoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
lane_to_use="adhoc"
if [[ "${{ github.event.inputs.build-type }}" == "Release" ]]; then
lane_to_use = "release_adhoc"
lane_to_use="release_adhoc"
fi
if [[ -n "${{ github.event.inputs.suffix }}" ]]; then
Expand Down

0 comments on commit 4a7ffd9

Please sign in to comment.