Skip to content

Commit e2be815

Browse files
committed
fixed issue
1 parent 53195e8 commit e2be815

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/first-workflow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Cowsays
22-
uses: mscoutermarsh/cowsays-action@master
23-
with:
24-
text: 'Ready to prod-ship it!'
25-
color: 'magenta'
22+
uses: mscoutermarsh/cowsays-action@master
23+
with:
24+
text: 'Ready to prod-ship it!'
25+
color: 'magenta'
2626

0 commit comments

Comments
 (0)