Skip to content

Commit

Permalink
ci: move State.json location
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Oct 15, 2024
1 parent dcad1fe commit d30f714
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/check.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Request-Update {
}
}

$StatePath = Join-Path $PSScriptRoot '..' '..' 'State.json' -Resolve
$StatePath = Join-Path $PSScriptRoot 'State.json' -Resolve

$CurrentState = Get-Content -Path $StatePath | ConvertFrom-Json

Expand Down

0 comments on commit d30f714

Please sign in to comment.