Skip to content

Commit

Permalink
added view parameters step
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Nov 4, 2024
1 parent c10cb6a commit a0bdf15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/builder_OVA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
build_and_run:
runs-on: ubuntu-latest
steps:
- name: View parameters
run: echo "${{ toJson(inputs) }}"

- name: Install Python and create virtual environment
run: |
sudo apt-get update
Expand Down

0 comments on commit a0bdf15

Please sign in to comment.