Skip to content

Commit

Permalink
remove actions comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 committed Jun 3, 2024
1 parent 3e4cca9 commit 5574d2c
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,4 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.UPDATE_TOKEN }}
- name: Create commit comment
uses: peter-evans/commit-comment@v3
env:
GITHUB_EVENT_PATH: ${{ github.event_path }}
with:
body: |
Issue #${{ github.event.issue.number }} requested by @${{ github.event.issue.user.login }} has been solved.
Domain: $(jq -r '.issue.body' "$GITHUB_EVENT_PATH" | sed -n '3p')
Reason: $(jq -r '.issue.body' "$GITHUB_EVENT_PATH" | sed -n '7p')
ISP: $(jq -r '.issue.body' "$GITHUB_EVENT_PATH" | sed -n '11p')
OS: $(jq -r '.issue.body' "$GITHUB_EVENT_PATH" | sed -n '15p')
Comment: $(jq -r '.issue.body' "$GITHUB_EVENT_PATH" | sed -n '19p')
reactions: '+1'
github_token: ${{ secrets.UPDATE_TOKEN }}

0 comments on commit 5574d2c

Please sign in to comment.