Skip to content

Commit

Permalink
Fix review in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fflaten committed Jun 16, 2024
1 parent bc5c553 commit cad9eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-pester-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
branch-suffix: short-commit-hash
draft: false
# Should always be reviewed by author to fix typos or other errors
reviewers: ${{ github.actor_id }}
reviewers: ${{ github.actor }}
# Set user triggering the workflow as author (default in action)
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
# Github Action as commit (explicit default)
Expand Down

0 comments on commit cad9eee

Please sign in to comment.