Skip to content
Snippets Groups Projects
Commit d6da7c7c authored by Psnail's avatar Psnail Committed by GitHub
Browse files

fix: workflow syntax problom.

parent 0e622cf6
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,6 @@ jobs:
"msgtype": "markdown",
"markdown": {
"title": "Github Actions",
"text": "## Github Actions \n - name: CI \n - repository: ${{ github.repository }} \n - trigger: ${{ github.actor }} \n - sha: ${{ github.sha }} \n - ref: ${{ github.ref }} \n - status: ${{ job.status }} \n - environment: ${{ os }}"
"text": "## Github Actions \n - name: CI \n - repository: ${{ github.repository }} \n - trigger: ${{ github.actor }} \n - sha: ${{ github.sha }} \n - ref: ${{ github.ref }} \n - status: ${{ job.status }} \n - environment: ${{ runner.os }}"
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment