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 ef46eb8 commit c5ae4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Test Comment
run: gh pr comment ${{github.event.number}} --body "Hi from GitHub CLI" --repo ${{github.repository_owner}}/${{github.repository}}
run: gh pr comment ${{github.event.number}} --body "Hi from GitHub CLI" --repo ${{github.repository}}
env:
GH_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit c5ae4da

Please sign in to comment.