Skip to content

Commit

Permalink
chore(dev-fix): fix misspelled env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
BrycensRanch committed Mar 6, 2023
1 parent 0674f38 commit a2ec49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/publish.gradle
Expand Up @@ -38,7 +38,7 @@ jar {
'GHA-BASE_REF': "${System.getenv('GITHUB_BASE_REF')}",
'GHA-ACTION': "${System.getenv('GITHUB_ACTION')}",
'CODESPACES': "${System.getenv('CODESPACES')}",
'CODESPACES-NAME': "${System.getenv('CODESPACES_NAME')}",
'CODESPACES-NAME': "${System.getenv('CODESPACE_NAME ')}",
'GITPOD':"${System.getenv('GITPOD_WORKSPACE_URL')}",
)
}
Expand Down

0 comments on commit a2ec49d

Please sign in to comment.