Skip to content

Commit

Permalink
Update echo-1.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Dec 10, 2020
1 parent 4c044c1 commit 827565b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/echo-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
jobs:
echo:
runs-on: ubuntu-latest
environment:
name: foo
url: www.google.com
steps:
- name: Echo message
run: echo '${{ github.event.inputs.message }}'
run: echo '${{ github.event.inputs.message }}'

0 comments on commit 827565b

Please sign in to comment.