We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf0a08 commit cfce81dCopy full SHA for cfce81d
1 file changed
.github/workflows/update_version.yml
@@ -3,17 +3,21 @@ name: Update Version on Docker Files
3
env:
4
GH_TOKEN: ${{ secrets.GH_TOKEN }}
5
POSTGRES_VERSION: ${{ github.event.inputs.postgres_version }}
6
+
7
+permissions:
8
+ contents: write
9
10
on:
11
workflow_dispatch:
12
inputs:
13
project_version:
14
description: "Version number to be released e.g 10.0.3"
15
microsoft_email:
16
description: "Email to be written on changelogs"
- default: "gindibay@microsoft.com"
17
+ default: "ihalatci@microsoft.com"
18
name:
19
description: "Name to be written on changelogs"
- default: "Gurkan Indibay"
20
+ default: "Ibrahim Halatci"
21
22
jobs:
23
update_docker_files:
0 commit comments