Skip to content

Commit 8b51834

Browse files
committed
feat 1a
1 parent f25aa2f commit 8b51834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/01-building-blocks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: 2nd step
1515
run: |
16-
echo "faillure msg"
17-
exit 1
16+
echo "success msg"
17+
exit 0
1818
- name: end step
1919
run: echo "end game"

0 commit comments

Comments
 (0)