diff options
author | Yves Orton <demerphq@gmail.com> | 2023-02-22 09:13:46 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2023-02-23 16:20:29 +0800 |
commit | da09070297bd182d67c73c69df14ea8487642e29 (patch) | |
tree | 7a36bd5b72a17ab4663baa542315e0a2f981bf2e /utils/splain.PL | |
parent | f86e19f127f6ba48cda430a719f10e177a4c31a1 (diff) | |
download | perl-da09070297bd182d67c73c69df14ea8487642e29.tar.gz |
.github/workflows/testsuite.yml - switch from secrets to vars
We have been using secrets to store boolean variables. This results
in our CI output being annoyingly corrupted by the security eliding.
Github now supports "variables" as well as secrets, which are not
elided in CI output. So switch our test framework controls to use
the variable. Note the EXTENDED_TESTING variable was switched from
to DO_EXTENDED_TESTING so that we can have both the EXTENDED_TESTING
/secret/ and the new DO_EXTENDED_TESTING variable available at the
same time as this commit is processed.
Fixes #20843
Diffstat (limited to 'utils/splain.PL')
0 files changed, 0 insertions, 0 deletions