diff --git a/.github/workflows/pr-artifacts.yml b/.github/workflows/pr-artifacts.yml index 97209d74f..52ec62826 100644 --- a/.github/workflows/pr-artifacts.yml +++ b/.github/workflows/pr-artifacts.yml @@ -48,7 +48,7 @@ jobs: return allArtifacts.data.artifacts.reduce((acc, item) => { if (item.name === "assets") return acc; - it (item.name === "2ship.o2r") return acc; + if (item.name === "2ship.o2r") return acc; acc += ` - [${item.name}.zip](https://nightly.link/${context.repo.owner}/${context.repo.repo}/actions/artifacts/${item.id}.zip)`; return acc;