commit | af6a11cd802987b711c9517dda5b1b5917115662 | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Wed Dec 22 09:04:30 2021 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Dec 22 21:00:56 2021 +0100 |
tree | dec1fcc33514e5a49595cf10174a0d5d612c83d6 | |
parent | fb0071bb8c569fc6ad7f33f86b4a2e04e7b4b149 [diff] |
GitHub actions: fix runtime warning When running the GitHub action, there is a warning: Unexpected input(s) 'exempt-issue-label', 'exempt-pr-label', valid inputs are ... 'exempt-issue-labels', 'exempt-pr-labels'. Add the missing 's' to labels to fix the issue. This is a new warning after upgrading to the 'Stale' action to v4.1.0, so they must have changed to the plural version in more recent versions. Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers