7 lines
279 B
YAML
7 lines
279 B
YAML
|
- 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 \;
|
||
|
language: shell
|
||
|
always_run: true
|