We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb1f99 commit 86727d2Copy full SHA for 86727d2
.github/workflows/first-workflow.yml
@@ -4,16 +4,7 @@ on:
4
workflow_dispatch:
5
6
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
+
17
job1:
18
runs-on: ubuntu-latest
19
@@ -29,7 +20,7 @@ jobs:
29
20
30
21
steps:
31
22
- name: Cowsays Action
32
- uses: peter-evans/cowsay@v1
23
+ uses: peter-evans/cowsay-action@v1
33
24
with:
34
25
text: "Ready for prod–ship it!"
35
26
color: magenta
0 commit comments