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 3de08eb commit 52f1d4e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
comment:
if: github.event_name == 'pull_request'
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 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'
build_lib:
name: Build
Expand Down

0 comments on commit 52f1d4e

Please sign in to comment.