Skip to content

Commit e7294b0

Browse files
Merge pull request #2 from stanislavulrych/fix-output-code
ci: fixed output code
2 parents 75cf3e2 + af63128 commit e7294b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ runs:
3333
- name: Exit
3434
shell: bash
3535
run: |
36-
echo "exitting with exitcode=$status"
37-
exit $status
36+
echo "exitting with exitcode=${{ steps.repeat.outputs.status }}"
37+
exit ${{ steps.repeat.outputs.status }}

0 commit comments

Comments
 (0)