π Senior Back-End Engineer (πΊπΈ Full-Remote) π #53
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Line Message | |
# Controls when the action will run. | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
line_push_message_job: | |
runs-on: ubuntu-latest | |
name: LINE push message | |
steps: | |
- name: Push LINE Notify | |
uses: snow-actions/line-notify@v1.0.0 | |
with: | |
access_token: ${{ secrets.LINE_ACCESS_TOKEN }} | |
message: | | |
. | |
ζ°θ·ηΌΊιη₯οΌ | |
γ ${{ github.event.issue.title }} γ | |
θ©³η΄°θ³θ¨θ«εθ: ${{ github.event.issue.html_url }} |