update new version
This commit is contained in:
parent
0f1d4a1618
commit
d72cd9bd59
3 changed files with 65 additions and 9 deletions
10
.github/workflows/example.yml
vendored
10
.github/workflows/example.yml
vendored
|
|
@ -8,12 +8,14 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- run: echo ::set-output name=action_msg::someone $GITHUB_EVENT_NAME to $GITHUB_REPOSITORY - $GITHUB_REF - commitid $GITHUB_SHA
|
||||
id: txt
|
||||
- name: Chat Setup
|
||||
uses: DTherHtun/google-chat-action@v0.3
|
||||
uses: DTherHtun/google-chat-action@v0.4
|
||||
with:
|
||||
msg: ${{ steps.txt.outputs.action_msg }}
|
||||
project: ${{ github.repository }}
|
||||
commit: ${{ github.sha }}
|
||||
branch: ${{ github.ref }}
|
||||
status: ${{ job.status }}
|
||||
actionid: ${{ github.action }}
|
||||
webhook: "https://chat.googleapis.com/v1/spaces/AAAAzPcAy4s/messages?key=AIzaSyDdI0hCZtE6vySjMm-WEfRq3CPzqKqqsHI&token=MmdzluicdrdkyUAV_QwB6BzlLcIhbfrwNzxVrEllaec%3D&threadKey=git-commit"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue