playwright-slack-report-burak 3.0.9 → 3.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -97,7 +97,7 @@ class SlackReporter {
97
97
  }
98
98
  try {
99
99
  // Get workflow run details
100
- const apiUrl = `https://api.github.com/repos/${repo}/actions/runs/${runId}/jobs`;
100
+ const apiUrl = `https://api.github.com/repos/safetywing/${repo}/actions/runs/${runId}/jobs`;
101
101
  const response = await axios.get(apiUrl, {
102
102
  headers: {
103
103
  'Authorization': `token ${githubToken}`,
package/package.json CHANGED
@@ -32,7 +32,7 @@
32
32
  "lint-fix": "npx eslint . --ext .ts --fix"
33
33
  },
34
34
  "name": "playwright-slack-report-burak",
35
- "version": "3.0.9",
35
+ "version": "3.0.10",
36
36
  "main": "index.js",
37
37
  "types": "dist/index.d.ts",
38
38
  "author": "Burak B. <burak.boluk@hotmail.com>",