Skip to content

Commit

Permalink
#358: Fix for service name
Browse files Browse the repository at this point in the history
  • Loading branch information
Badgerati committed Aug 30, 2019
1 parent a92832c commit 60c5276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pode.build.ps1
Expand Up @@ -50,10 +50,10 @@ function Get-PodeBuildService
}

if (Test-PodeBuildIsGitHub) {
return 'github'
return 'github-actions'
}

return 'travisci'
return 'travis-ci'
}

function Test-PodeBuildCommand($cmd)
Expand Down

0 comments on commit 60c5276

Please sign in to comment.