Skip to content

Commit

Permalink
build: e2e comment (#59)
Browse files Browse the repository at this point in the history
Removed invalid description prop
  • Loading branch information
bmingles authored Jul 18, 2024
1 parent a005822 commit 61eae6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
fs.writeFileSync('${{github.workspace}}/pr-comment.zip', Buffer.from(download.data));
- run: unzip pr-comment.zip
- name: 'Comment on PR'
description: Creates or updates a PR comment with generated summary
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 61eae6d

Please sign in to comment.