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 18, 2023
1 parent 61aa865 commit 5368d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
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 5368d03

Please sign in to comment.