test again
This commit is contained in:
parent
d62ff8eef6
commit
9c488056d1
1 changed files with 6 additions and 0 deletions
6
.github/workflows/example.yml
vendored
6
.github/workflows/example.yml
vendored
|
|
@ -8,6 +8,12 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Hello world
|
||||
run: echo Hello world $FIRST_NAME $middle_name $Last_Name! $GITHUB_EVENT_NAME
|
||||
env:
|
||||
FIRST_NAME: Mona
|
||||
middle_name: The
|
||||
Last_Name: Octocat
|
||||
- name: Chat Setup
|
||||
uses: docker://dther/google-chat-action:latest
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue