Remove an unused workflow
This commit is contained in:
parent
24b1ed5175
commit
9d7cf4d474
1 changed files with 0 additions and 23 deletions
23
.github/workflows/_post-comment.yml
vendored
23
.github/workflows/_post-comment.yml
vendored
|
|
@ -1,23 +0,0 @@
|
|||
name: Post comment
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
url:
|
||||
type: string
|
||||
required: true
|
||||
message:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
export GITHUB_TOKEN="$GH_TOKEN_SECRET"
|
||||
gh issue comment "$ISSUE_URL" --body "$MESSAGE"
|
||||
env:
|
||||
ISSUE_URL: ${{ inputs.url }}
|
||||
MESSAGE: ${{ inputs.message }}
|
||||
GH_TOKEN_SECRET: ${{ github.token }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue