Skip to content

Commit

Permalink
Update dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 19, 2020
1 parent 21b6ad3 commit c0838cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2024,7 +2024,8 @@ function main() {
console.log('No files to update');
return;
}
console.log(`Pushed ${commitSha} to ${options.branch}`);
const shortSha = commitSha.slice(0, 7);
console.log(`Pushed ${shortSha} to ${options.branch}`);
}).catch((err) => {
core_1.setFailed(err.message);
});
Expand Down

0 comments on commit c0838cf

Please sign in to comment.