Skip to content

Commit 86727d2

Browse files
committed
removed build step, fixed the cowsway
1 parent 0bb1f99 commit 86727d2

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/first-workflow.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,7 @@ on:
44
workflow_dispatch:
55

66
jobs:
7-
build:
8-
runs-on: ubuntu-latest
9-
10-
steps:
11-
- name: Checkout repository
12-
uses: actions/checkout@v2
13-
14-
- name: Run a simple script
15-
run: echo "This workflow was manually triggered!"
16-
7+
178
job1:
189
runs-on: ubuntu-latest
1910

@@ -29,7 +20,7 @@ jobs:
2920

3021
steps:
3122
- name: Cowsays Action
32-
uses: peter-evans/cowsay@v1
23+
uses: peter-evans/cowsay-action@v1
3324
with:
3425
text: "Ready for prod–ship it!"
3526
color: magenta

0 commit comments

Comments
 (0)