Skip to content

Commit

Permalink
Add summary to workflows (#266)
Browse files Browse the repository at this point in the history
* Added summary to remaining workflows.

* Formatting fix.

---------

Co-authored-by: weskubo-cgi <[email protected]>
  • Loading branch information
2 people authored and pallvigrover committed Nov 5, 2024
1 parent 6829086 commit 2ec44e1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create-git-and-image-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
environment: dev

steps:
- name: Print Workflow Dispatch Inputs and Env Vars
uses: shayki5/print-workflow-dispatch-inputs@v1
with:
add_to_summary: 'true'
print_env_vars: 'false'
- name: Check out repository
uses: actions/checkout@v3

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/deploy-to-openshift-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
SELECTOR: ${{ steps.deploy-and-expose.outputs.selector }}

steps:
- name: Print Workflow Dispatch Inputs and Env Vars
uses: shayki5/print-workflow-dispatch-inputs@v1
with:
add_to_summary: 'true'
print_env_vars: 'false'
- name: Check for required secrets
uses: actions/github-script@v6
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/deploy-to-openshift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
SELECTOR: ${{ steps.deploy-and-expose.outputs.selector }}

steps:
- name: Print Workflow Dispatch Inputs and Env Vars
uses: shayki5/print-workflow-dispatch-inputs@v1
with:
add_to_summary: 'true'
print_env_vars: 'false'
- name: Check for required secrets
uses: actions/github-script@v6
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/deploy-to-openshift-uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
SELECTOR: ${{ steps.deploy-and-expose.outputs.selector }}

steps:
- name: Print Workflow Dispatch Inputs and Env Vars
uses: shayki5/print-workflow-dispatch-inputs@v1
with:
add_to_summary: 'true'
print_env_vars: 'false'
- name: Check for required secrets
uses: actions/github-script@v6
with:
Expand Down

0 comments on commit 2ec44e1

Please sign in to comment.