Skip to content

Commit

Permalink
fix: correct the github action log
Browse files Browse the repository at this point in the history
  • Loading branch information
vn7n24fzkq committed Feb 18, 2023
1 parent e0c69dc commit 81bd2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const action = async () => {
const utcOffset = Number(core.getInput('UTC_OFFSET', {required: false}));
core.info(`UTC offset: ${utcOffset}`);
const exclude = core.getInput('EXCLUE', {required: false}).split(',');
core.info(`Excluded languages: ${utcOffset}`);
core.info(`Excluded languages: ${exclude}`);
try {
// Remove old output
core.info(`Remove old cards...`);
Expand Down

0 comments on commit 81bd2b6

Please sign in to comment.