diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-09-14 05:05:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 20:05:43 -0700 |
| commit | ac0605b700d8f16d03df8664b7ed8e4f3239ef76 (patch) | |
| tree | 70960e3648a3efc28d589bd286c8d2c463cca0b7 | |
| parent | 0e4460554f28d92c5ad01bfe3b79e4b7fd840edf (diff) | |
| download | vcpkg-ac0605b700d8f16d03df8664b7ed8e4f3239ef76.tar.gz vcpkg-ac0605b700d8f16d03df8664b7ed8e4f3239ef76.zip | |
[vcpkg-ci] Request conversion of CONTROL files (#19698)
| -rw-r--r-- | .github/workflows/untrustedPR.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/untrustedPR.yml b/.github/workflows/untrustedPR.yml index 77e7df1eb..ca8f99ea5 100644 --- a/.github/workflows/untrustedPR.yml +++ b/.github/workflows/untrustedPR.yml @@ -38,7 +38,7 @@ jobs: git config user.email github-actions
git config user.name github-actions@github.com
- ./vcpkg format-manifest ports/*/vcpkg.json
+ ./vcpkg format-manifest --all --convert-control
git diff > .github-pr.format-manifest
git add -u
git commit -m "tmp" --allow-empty
|
