Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-vuillemot committed Apr 11, 2024
1 parent 0269075 commit 41b04b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dependencies-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ jobs:
}
})
console.log(runs.data.workflow_runs[0]);
github.rest.pulls.update({
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: ${{ steps.cpr.outputs.pull-request-number }},
body: 'Tests: ' + result.url,
});
# github.rest.pulls.update({
# owner: context.repo.owner,
# repo: context.repo.repo,
# pull_number: ${{ steps.cpr.outputs.pull-request-number }},
# body: 'Tests: ' + result.url,
# });

0 comments on commit 41b04b5

Please sign in to comment.