Skip to content

Commit

Permalink
make new pr comment for every run
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Nov 12, 2024
1 parent a3d9efe commit 04b9ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgcruft-action
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ set +e
echo -e "\n\nNo differences from target branch: ${GIT_BASE_BRANCH}" >> "${diff_output}"
fi
cat "${diff_output}"
gh pr comment ${GH_PR} --edit-last -F "${diff_output}"
gh pr comment ${GH_PR} -F "${diff_output}"
fi
elif [[ ${GIT_BRANCH} != ${GIT_DEFAULT_BRANCH} ]]; then
# default branch to non-default branch diff
Expand Down

0 comments on commit 04b9ec6

Please sign in to comment.