Skip to content

Commit 7e23b96

Browse files
authored
fix: Typo in CI script
1 parent a34296d commit 7e23b96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-data-model-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
working-directory: ./OpenActive.DatasetSite.NET/
4343

4444
- name: Do not commit version bumps of the generator unless something else has been updated
45-
run:
45+
run: |
4646
git stash push package.json package-lock.json
4747
if [ -z "$(git status --porcelain)" ]; then echo "No changes"; else git stash apply; fi
4848
working-directory: ./OpenActive.DatasetSite.NET.Generator/

0 commit comments

Comments
 (0)