Skip to content

Commit

Permalink
Correct issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
cyypherus committed Sep 15, 2024
1 parent 6135add commit 7c81173
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/public-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
echo "::set-output name=api_diff::$api_diff"
- name: Create comment
if: ${{ github.event.pull_request }}
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: 1
issue-number: ${{ github.event.pull_request.number }}
body: |
```rust
${{ steps.check_api.outputs.api_diff }}
Expand Down

0 comments on commit 7c81173

Please sign in to comment.