Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Sep 26, 2024
1 parent f0d4d63 commit 273b36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aggregate-versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const latestCommitDate = async (branch) => {

const commitJson = await response.json();
const commitDate = commitJson[0]["commit"]["author"]["date"]
console.log(json);
console.log(commitJson);
return commitDate
} catch (error) {
console.error(error.message);
Expand Down

0 comments on commit 273b36f

Please sign in to comment.