new release v0.3

This commit is contained in:
D Ther 2020-10-14 18:11:01 +06:30
parent 3f421fcb7d
commit 08b62fee28
No known key found for this signature in database
GPG key ID: 4729D840D81DC783
4 changed files with 39 additions and 37 deletions

View file

@ -8,16 +8,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Hello world
run: echo Hello world $FIRST_NAME $middle_name $Last_Name! $GITHUB_EVENT_NAME $GITHUB_REF $GITHUB_REPOSITORY $GITHUB_SHA
env:
FIRST_NAME: Mona
middle_name: The
Last_Name: Octocat
# - name: Chat Setup
#uses: docker://dther/google-chat-action:latest
#with:
#msg: ${{github.event.number}
#webhook: "https://chat.googleapis.com/v1/spaces/AAAAzPcAy4s/messages?key=AIzaSyDdI0hCZtE6vySjMm-WEfRq3CPzqKqqsHI&token=MmdzluicdrdkyUAV_QwB6BzlLcIhbfrwNzxVrEllaec%3D&threadKey=git-commit"
- name: Chat Setup
uses: docker://dther/google-chat-action:latest
with:
msg: someone $GITHUB_EVENT_NAME to $GITHUB_REPOSITORY - $GITHUB_REF - commitid $GITHUB_SHA
webhook: "https://chat.googleapis.com/v1/spaces/AAAAzPcAy4s/messages?key=AIzaSyDdI0hCZtE6vySjMm-WEfRq3CPzqKqqsHI&token=MmdzluicdrdkyUAV_QwB6BzlLcIhbfrwNzxVrEllaec%3D&threadKey=git-commit"