Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Commit 04cb6e7

Browse files
author
Victor Navarro
committed
feat: export variable through github core package
1 parent 4f8b6ca commit 04cb6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const run = async () => {
1515
throw new Error('Missing mandatory input: firebase-token');
1616
}
1717

18-
await exec.exec('export', [`FIREBASE_TOKEN=${token}`]);
18+
core.exportVariable('FIREBASE_TOKEN', token);
1919
await exec.exec('npm', ['install', '-g', 'firebase-tools']);
2020
};
2121

0 commit comments

Comments
 (0)