Skip to content

Commit 827565b

Browse files
authored
Update echo-1.yaml
1 parent 4c044c1 commit 827565b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/echo-1.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
echo:
1313
runs-on: ubuntu-latest
14+
environment:
15+
name: foo
16+
url: www.google.com
1417
steps:
1518
- name: Echo message
16-
run: echo '${{ github.event.inputs.message }}'
19+
run: echo '${{ github.event.inputs.message }}'

0 commit comments

Comments
 (0)