Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
humbletim committed Mar 20, 2024
1 parent 041179d commit 46fc275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CompileWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:

- name: Output Inputs
run: |
echo "${{ github.event.inputs.fstuple }}"
echo '${{ inputs.fstuple }}'
echo '${{ inputs.fstuple }}' | jq -r 'to_entries[]|[.key,.value]|join("=")]' | tee -a $GITHUB_ENV
echo '${{ github.event.inputs.fstuple }}'
echo '${{ fromJSON(github.event.inputs.fstuple) }}'
echo '${{ inputs.fstuple }}' | jq -r 'to_entries[]|[.key,.value]|join("=")' | tee -a $GITHUB_ENV
- name: Clone
run: |
Expand Down

0 comments on commit 46fc275

Please sign in to comment.