mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-14 20:13:56 +00:00
gha: adjust the variable for deprecation
See: https://github.com/mozilla/sccache/issues/2351
This commit is contained in:
+4
-1
@@ -68,7 +68,10 @@ async function setup() {
|
|||||||
|
|
||||||
// Expose the gha cache related variable to make it easier for users to
|
// Expose the gha cache related variable to make it easier for users to
|
||||||
// integrate with gha support.
|
// 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(
|
core.exportVariable(
|
||||||
'ACTIONS_RUNTIME_TOKEN',
|
'ACTIONS_RUNTIME_TOKEN',
|
||||||
process.env.ACTIONS_RUNTIME_TOKEN || ''
|
process.env.ACTIONS_RUNTIME_TOKEN || ''
|
||||||
|
|||||||
Reference in New Issue
Block a user