Skip to content

Commit

Permalink
Merge pull request #14 from twangboy/add_script
Browse files Browse the repository at this point in the history
Add disk space remaing check
  • Loading branch information
twangboy authored Dec 18, 2024
2 parents 1a6bda8 + 277f913 commit 0ad9eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parse_cab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
$UTF8NoBOM = New-Object System.Text.UTF8Encoding $false
[System.IO.File]::WriteAllText($json_file, $json_data, $UTF8NoBOM)
- name: Get Disk Space Remaining
run |
run: |
Get-Volume
- name: Upload Merged Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0ad9eeb

Please sign in to comment.