Skip to content

Commit

Permalink
Refactor code
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Jul 6, 2023
1 parent 420f320 commit e757198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Add comment on the PR
uses: peter-evans/create-or-update-comment@v3
with:
token: ${{ SECRETS.TOKEN }}
issue-number: ${{ steps.github_app_token.outputs.token }}
token: ${{ steps.github_app_token.outputs.token }}
issue-number: ${{ github.event.number }}
body-path: "${{ github.workspace }}/results.txt"

0 comments on commit e757198

Please sign in to comment.