gha: adjust the variable for deprecation

See: https://github.com/mozilla/sccache/issues/2351
This commit is contained in:
Sylvestre Ledru
2025-03-07 09:26:00 +01:00
parent a2b43af3c6
commit 8bd7e91bd3

View File

@@ -68,7 +68,10 @@ async function setup() {
// Expose the gha cache related variable to make it easier for users to
// integrate with gha support.
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable(
'ACTIONS_RESULTS_URL',
process.env.ACTIONS_RESULTS_URL || ''
);
core.exportVariable(
'ACTIONS_RUNTIME_TOKEN',
process.env.ACTIONS_RUNTIME_TOKEN || ''