Skip to content

Commit 5d60eac

Browse files
committed
fix(ci): colon+space in the clone step name made both workflows invalid YAML (never ran)
1 parent d775c1c commit 5d60eac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: "22"
1818
cache: npm
19-
- name: Clone interscript-ts (file: dependency)
19+
- name: Clone interscript-ts (file dependency)
2020
run: |
2121
git clone --depth=1 --branch main https://github.com/interscript/interscript-ts.git ../interscript-ts
2222
cd ../interscript-ts && npm ci && npm run build

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: "22"
3131
cache: npm
32-
- name: Clone interscript-ts (file: dependency)
32+
- name: Clone interscript-ts (file dependency)
3333
run: |
3434
git clone --depth=1 --branch main https://github.com/interscript/interscript-ts.git ../interscript-ts
3535
cd ../interscript-ts && npm ci && npm run build

0 commit comments

Comments
 (0)