We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f067cbe commit 72eb09bCopy full SHA for 72eb09b
1 file changed
dist/index.js
@@ -35864,7 +35864,7 @@ async function run() {
35864
// Set the new status
35865
let artifacts_url = '';
35866
const target = payload.target_url.split('?')[0]; // strip any ?utm=…
35867
- if (target.includes('/pipelines/circleci/') || target.includes('app.circleci.com/workflow/')) {
+ if (target.includes('/pipelines/circleci/') || target.includes('app.circleci.com/workflow/')) {
35868
// ───── New GitHub‑App URL ───────────────────────────────────────────
35869
// .../pipelines/circleci/<org‑id>/<project‑id>/<pipe‑seq>/workflows/<workflow‑id>
35870
// OR
0 commit comments