Skip to content

Commit

Permalink
print workflow inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
McCallisterRomer committed May 30, 2024
1 parent d3466cd commit 051d93c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Print Inputs
shell: bash
run: echo "${{ toJSON(github.events.inputs) }}"

- name: Setup MSVC
if: ${{ runner.os == 'Windows' }}
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 051d93c

Please sign in to comment.