Skip to content

Commit

Permalink
it does work i promise
Browse files Browse the repository at this point in the history
Signed-off-by: RedGuy12 <paul@reid-family.org>
  • Loading branch information
cobaltt7 committed Jun 25, 2023
1 parent 1d9c2d4 commit 19457cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Bump
id: sync_types
uses: RedGuy12/sync-types@v1.2.7
uses: RedGuy12/sync-types@v1.2.8

- name: Commit
id: commit
Expand All @@ -32,7 +32,7 @@ jobs:

- name: Comment
run: |
body="<details><summary>Bumped dependencies</summary>${{ steps.sync_types.outputs.changes }}</details><details><summary>Requirement changes</summary>${{ steps.sync_types.outputs.sync }}</details>"
body="${{ steps.sync_types.outputs.changes }}${{ steps.sync_types.outputs.sync }}"
echo "$body" | gh api "repos/${{ github.repository }}/commits/${{ steps.commit.outputs.commit_sha }}/comments" -X POST -F body=-
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 19457cb

Please sign in to comment.