Skip to content

Commit 5dba035

Browse files
committed
fix: add the echo command on last stepå
1 parent 172b4d1 commit 5dba035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- name: List files in the repository
1515
run: |
1616
ls ${{ github.workspace }}
17-
- run: " This job's status is ${{ job.status }}."
17+
- run: echo " This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)