Skip to content

Commit 72eb09b

Browse files
[autofix.ci] apply automated fixes
1 parent f067cbe commit 72eb09b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35864,7 +35864,7 @@ async function run() {
3586435864
// Set the new status
3586535865
let artifacts_url = '';
3586635866
const target = payload.target_url.split('?')[0]; // strip any ?utm=…
35867-
if (target.includes('/pipelines/circleci/') || target.includes('app.circleci.com/workflow/')) {
35867+
if (target.includes('/pipelines/circleci/') || target.includes('app.circleci.com/workflow/')) {
3586835868
// ───── New GitHub‑App URL ───────────────────────────────────────────
3586935869
// .../pipelines/circleci/<org‑id>/<project‑id>/<pipe‑seq>/workflows/<workflow‑id>
3587035870
// OR

0 commit comments

Comments
 (0)