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 1833419 commit e4542c6Copy full SHA for e4542c6
.github/workflows/lambda_build.yml
@@ -56,7 +56,7 @@ on:
56
57
jobs:
58
build:
59
- name: Build
+ name: Build (${{ inputs.environment }})
60
runs-on: ubuntu-latest
61
permissions:
62
contents: read
.github/workflows/lambda_deploy.yml
@@ -37,7 +37,7 @@ on:
37
38
39
deploy:
40
- name: Deploy
+ name: Deploy (${{ inputs.environment }})
41
42
environment: ${{ inputs.environment }}
43
steps:
0 commit comments