Skip to content

Commit d4afb0b

Browse files
authored
Merge pull request #124 from interscript/fix/ci-clone-step-name
fix(ci): step-name colon made build/deploy workflows invalid YAML
2 parents d775c1c + 5d60eac commit d4afb0b

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)