Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add author_{name,email} and committer_{name,email} inputs
  • Loading branch information
jdsalaro authored Jun 20, 2025
commit ea13d767c1327da79ee6ee60590a7ac2e865d40d
20 changes: 20 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,26 @@ on:
See https://github.com/bazel-contrib/publish-to-bcr/issues/261.
default: true
type: boolean
author_name:
description: |
TODO.
default: ${{ github.actor }}
type: string
author_email:
description: |
TODO.
default: ${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com
type: string
committer_name:
description: |
TODO.
default: "github-actions[bot]"
type: string
committer_email:
description: |
TODO.
default: "41898282+github-actions[bot]@users.noreply.github.com"
type: string
secrets:
publish_token:
required: true
Expand Down