Skip to content

Commit

Permalink
fix(e2e-workflow): reflect the change of the parameter names due to u…
Browse files Browse the repository at this point in the history
…pgrade of thollander/actions-comment-pull-request
  • Loading branch information
mmelko authored and tadayosi committed Oct 17, 2024
1 parent f7e4b44 commit 3da1b55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,6 @@ jobs:
if: github.event_name == 'pull_request_target'
uses: thollander/actions-comment-pull-request@v3
with:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
filePath: summary.md
comment_tag: execution
github-token: ${{ steps.generate-token.outputs.token }}
file-path: summary.md
comment-tag: execution

0 comments on commit 3da1b55

Please sign in to comment.