Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-samoylenko authored Feb 28, 2025
1 parent faab4ed commit 9cce76b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/issue_create_auto_reply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ jobs:
add-comment:
runs-on: ubuntu-latest
steps:
# - name: checkout repo
# uses: actions/checkout@v4
# with:
# repository: vsys-host/shkeeper.io
# sparse-checkout: |
# .github/issue_create_auto_reply.md
# sparse-checkout-cone-mode: false
- name: checkout repo
uses: actions/checkout@v4
with:
repository: vsys-host/shkeeper.io
sparse-checkout: |
.github/issue_create_auto_reply.md
sparse-checkout-cone-mode: false
- name: Add comment
#run: gh issue comment "$NUMBER" --body-file "$GITHUB_WORKSPACE/.github/issue_create_auto_reply.md"
run: gh issue comment "$NUMBER" --body Hello --repo vsys-host/tron-shkeeper
run: gh issue comment "$NUMBER" --body-file "$GITHUB_WORKSPACE/.github/issue_create_auto_reply.md" --repo vsys-host/tron-shkeeper
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NUMBER: ${{ github.event.issue.number }}

0 comments on commit 9cce76b

Please sign in to comment.