2025-03-01 00:25:32 -06:00
|
|
|
- id: packwiz-refresh
|
|
|
|
name: Refresh Packwiz Hashes
|
|
|
|
description: This hook refreshes Packwiz files in this repository to prevent hash mismatches from being pushed to origin.
|
|
|
|
entry: find . -name 'packwiz.toml' -execdir packwiz refresh \;
|
2025-03-01 00:30:34 -06:00
|
|
|
language: script
|
2025-03-01 00:25:32 -06:00
|
|
|
always_run: true
|