Skip to content

Commit 2ec44e1

Browse files
weskubo-cgiweskubo-cgi
authored andcommitted
Add summary to workflows (#266)
* Added summary to remaining workflows. * Formatting fix. --------- Co-authored-by: weskubo-cgi <Wesley.Kubo@gov.bc.ca>
1 parent 6829086 commit 2ec44e1

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

.github/workflows/create-git-and-image-tag.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
environment: dev
2626

2727
steps:
28+
- name: Print Workflow Dispatch Inputs and Env Vars
29+
uses: shayki5/print-workflow-dispatch-inputs@v1
30+
with:
31+
add_to_summary: 'true'
32+
print_env_vars: 'false'
2833
- name: Check out repository
2934
uses: actions/checkout@v3
3035

.github/workflows/deploy-to-openshift-prod.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
SELECTOR: ${{ steps.deploy-and-expose.outputs.selector }}
5858

5959
steps:
60+
- name: Print Workflow Dispatch Inputs and Env Vars
61+
uses: shayki5/print-workflow-dispatch-inputs@v1
62+
with:
63+
add_to_summary: 'true'
64+
print_env_vars: 'false'
6065
- name: Check for required secrets
6166
uses: actions/github-script@v6
6267
with:

.github/workflows/deploy-to-openshift-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
SELECTOR: ${{ steps.deploy-and-expose.outputs.selector }}
5757

5858
steps:
59+
- name: Print Workflow Dispatch Inputs and Env Vars
60+
uses: shayki5/print-workflow-dispatch-inputs@v1
61+
with:
62+
add_to_summary: 'true'
63+
print_env_vars: 'false'
5964
- name: Check for required secrets
6065
uses: actions/github-script@v6
6166
with:

.github/workflows/deploy-to-openshift-uat.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
SELECTOR: ${{ steps.deploy-and-expose.outputs.selector }}
5858

5959
steps:
60+
- name: Print Workflow Dispatch Inputs and Env Vars
61+
uses: shayki5/print-workflow-dispatch-inputs@v1
62+
with:
63+
add_to_summary: 'true'
64+
print_env_vars: 'false'
6065
- name: Check for required secrets
6166
uses: actions/github-script@v6
6267
with:

0 commit comments

Comments
 (0)