We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e489b4 commit a617372Copy full SHA for a617372
.github/workflows/cp_latest_dispatch.yml
@@ -39,6 +39,11 @@ on:
39
env:
40
OS_ARCH: ${{ github.event.inputs.os-and-arch }}
41
PATCH_SERVER_PORT: ${{ github.event.inputs.patch-server-port }}
42
+ PATCH_USER_EMAIL: ${{ github.event.inputs.patch-user-email }}
43
+ PATCH_USER_FNAME: ${{ github.event.inputs.patch-user-firstName }}
44
+ PATCH_USER_LNAME: ${{ github.event.inputs.patch-user-lastName }}
45
+ PATCH_USER_COUNTRYCODE: ${{ github.event.inputs.patch-user-country-code }}
46
+ PATCH_USER_PROVIDER: ${{ github.event.inputs.patch-user-provider }}
47
48
jobs:
49
0 commit comments