Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Jul 15, 2023
1 parent 3085729 commit 92d7f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changed-files/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ async function run() {
);

await exec.exec("git", ["fetch", "--force", "origin", baseRef, headRef], {
silent: true,
listeners: {
stdout: (data) => {
console.log(data.toString());
Expand Down

0 comments on commit 92d7f68

Please sign in to comment.