Skip to content

update build 205

update build 205 #187

name: Production test
on:
push:
branches:
- release
jobs:
comment-to-issue:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Create comment
uses: peter-evans/create-or-update-comment@v1
with:
repository: abeyuya/github-actions-test
token: ${{ secrets.MY_GITHUB_TOKEN }}
issue-number: 7
body: |
hey @abeyuya!
This is a test comment from [ci](https://github.com/abeyuya/actions-mention-to-slack/actions/runs/${{ github.run_id }}) to test abeyuya/actions-mention-to-slack.
[${{ github.event.head_commit.message }}](https://github.com/abeyuya/actions-mention-to-slack/commit/${{ github.sha }})
- With GitHub **Markdown** :sparkles:
- Created by [create-or-update-comment][1]
[1]: https://github.com/peter-evans/create-or-update-comment