Skip to content

Commit

Permalink
refactor(actions-set-shas): Log full payload to test
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed May 15, 2024
1 parent 74a7fca commit e39a3fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/set-shas/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39470,6 +39470,7 @@ function run() {
let baseSha;
if (github.context.eventName === 'pull_request') {
core.info(`This is a pull request, get sha from "origin/${mainBranchName}"`);
console.log('github.context.payload.pull_request', github.context.payload.pull_request);
baseSha = (0, exec_1.execCommand)(`git merge-base origin/${mainBranchName} HEAD`, {
asString: true,
silent: !core.isDebug()
Expand Down

0 comments on commit e39a3fd

Please sign in to comment.