Skip to content

Commit

Permalink
Update js code
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Nov 22, 2024
1 parent 4ba9744 commit cbbd8dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -729971,7 +729971,6 @@ const core = __importStar(__nccwpck_require__(42186));
const googleapis_1 = __nccwpck_require__(44913);
const PACKAGE_NAME = core.getInput('PACKAGE_NAME', { required: true });
const GOOGLE_KEY_FILE = core.getInput('GOOGLE_KEY_FILE', { required: true });
const HALTED_STATUS = 'halted';
async function getAndroidRolloutPercentage() {
const auth = new googleapis_1.google.auth.GoogleAuth({
keyFile: GOOGLE_KEY_FILE,
Expand Down

0 comments on commit cbbd8dc

Please sign in to comment.