Skip to content

Releases: prompt-bot/wework

reelase action test

14 Dec 02:55
60ab939

Choose a tag to compare

Pre-release

Document

name: ci
on:
  push:
    branches: master

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      -
        name: test send message
        uses: ntfs32/wework@v0.1.0-alpha
        with:
          WEWORK_USERLIST: ${{ secrets.WEWORK_USERLIST }}
          WEWORK_CORPID: ${{ secrets.WEWORK_CORPID }}
          WEWORK_AGENTID: ${{ secrets.WEWORK_AGENTID }}
          WEWORK_APPSECRET: ${{ secrets.WEWORK_APPSECRET }}
          WEWORK_TOUSER: "shaddock"
          WEWORK_CONTENT: "thsi is a test"

v0.1.0-alpha

14 Dec 02:33
8e2b508

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release
Create action.yml