Skip to content

Commit

Permalink
Clearing up the log name
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Feb 6, 2024
1 parent 4038b06 commit 82c7922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if ($branchName -ne "main")
{
Write-Host "The branch is not the main branch, using the feature branch settings instead."
Write-Host "The branch is not the main branch, using the feature branch channel instead."
$channelName = "${env:OCTOPUS_FEATURE_BRANCH_CHANNEL}"
Write-Host "The channel name is now $channelName"
Expand Down

0 comments on commit 82c7922

Please sign in to comment.