We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127f35a commit 22eb641Copy full SHA for 22eb641
test/test-pr.js
@@ -3,6 +3,8 @@ const { CDPClient, CoverageReport } = require('../');
3
const github = require('@actions/github');
4
const core = require('@actions/core');
5
6
+console.log('there is change');
7
+
8
const getPullRequestChanges = async () => {
9
10
if (!github.context.payload.pull_request) {
0 commit comments