File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ jobs:
105105 "${{ inputs.k8s_versions }}" \
106106 "${{ inputs.release_date }}"
107107 env :
108- GITHUB_USERNAME : ${{ github.actor }}
109- GITHUB_EMAIL : ${{ github.actor_id }}+${{ github.actor }}@users.noreply.github .com
108+ GITHUB_USERNAME : nginx-bot
109+ GITHUB_EMAIL : integrations@nginx .com
110110 GITHUB_TOKEN : ${{ steps.secrets.outputs.NGINX_PAT }}
111111 DRY_RUN : ${{ inputs.dry_run && 'true' || 'false' }}
112112 DEBUG : ${{ inputs.debug && 'true' || 'false' }}
@@ -118,6 +118,7 @@ jobs:
118118 commit-message : Release ${{ github.event.inputs.new_version }}
119119 title : Release ${{ github.event.inputs.new_version }}
120120 branch : docs/release-${{ github.event.inputs.new_version }}
121+ author :
nginx-bot <[email protected] > 121122 body : |
122123 This automated PR updates the docs for ${{ github.event.inputs.new_version }} release.
123124 if : ${{ ! inputs.dry_run }}
You can’t perform that action at this time.
0 commit comments