Skip to content

Commit

Permalink
Merge pull request #1904 from tgstation/Begone [TGSDeploy]
Browse files Browse the repository at this point in the history
Fix fucking master merge again
  • Loading branch information
Cyberboss authored Aug 23, 2024
2 parents 5a5ba13 + 428d97e commit 07c6516
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/stable-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
allow_forks: true
user_name: tgstation-server-ci[bot]
user_email: 161980869+tgstation-server-ci[bot]@users.noreply.github.com
push_token: ${{ steps.app-token-generation.outputs.token }}
push_token: INSTALLATION_TOKEN
env:
GITHUB_TOKEN: ${{ steps.app-token-generation.outputs.token }}
INSTALLATION_TOKEN: ${{ steps.app-token-generation.outputs.token }}
2 changes: 1 addition & 1 deletion build/Version.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Integration tests will ensure they match across the board -->
<Import Project="WebpanelVersion.props" />
<PropertyGroup>
<TgsCoreVersion>6.9.0</TgsCoreVersion>
<TgsCoreVersion>6.9.1</TgsCoreVersion>
<TgsConfigVersion>5.2.0</TgsConfigVersion>
<TgsApiVersion>10.7.0</TgsApiVersion>
<TgsCommonLibraryVersion>7.0.0</TgsCommonLibraryVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Tgstation.Server.Host/System/Process.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public long? MemoryUsage
{
try
{
return handle.VirtualMemorySize64;
return handle.PrivateMemorySize64;
}
catch (Exception ex)
{
Expand Down

0 comments on commit 07c6516

Please sign in to comment.