Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicEl committed Aug 4, 2023
1 parent 6d4d7c4 commit 64bf467
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Test Comment
run: |
gh api \
--method POST \
-H 'Accept: application/vnd.github+json' \
-H 'X-GitHub-Api-Version: 2022-11-28' \
/repos/${{github.repository_owner}}/${{github.repository}}/issues/${{github.event.number}}/comments \
-f body='Me too'
run: gh pr comment ${{github.event.number}} --body "Hi from GitHub CLI"
env:
GH_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 64bf467

Please sign in to comment.