Skip to content

Commit

Permalink
Revert To Stable Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumbo810 committed Aug 31, 2022
1 parent 6a10a00 commit 8bace4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ const parentFolderId = actions.getInput('parent_folder_id', { required: true });
const target = actions.getInput('target', { required: true });
const owner = actions.getInput('owner', { required: false });
const childFolder = actions.getInput('child_folder', { required: false });
const today = new Date();
let filename = today.getHours();
// let filename = actions.getInput('name', { required: false });
let filename = actions.getInput('name', { required: false });

const credentialsJSON = JSON.parse(Buffer.from(credentials, 'base64').toString());
const scopes = ['https://www.googleapis.com/auth/drive.file'];
Expand Down

0 comments on commit 8bace4f

Please sign in to comment.