Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Oct 17, 2023
1 parent d15d24a commit 62da79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/untrustedPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
var license_output = '';
license_output += 'You have modified or added at least one `vcpkg.json` where you should check the `license` field.\n'
if (missing_license !== "") {
license_output += 'If you feel able to do so, please consider adding a `license` field to the following files:\n'
license_output += 'If you feel able to do so, please consider adding a [`license`](https://learn.microsoft.com/en-us/vcpkg/reference/vcpkg-json#license) field to the following files:\n'
license_output += missing_license
license_output += "\n\nValid values for the license field can be found at https://learn.microsoft.com/en-us/vcpkg/reference/vcpkg-json#license\n\n"
}
Expand Down

0 comments on commit 62da79f

Please sign in to comment.