Skip to content

Commit

Permalink
Can't have a sequence as an input
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Oct 26, 2023
1 parent bbd96fb commit 4b825b0
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,4 @@ jobs:
uses: cygporter/actions/vars@main
with:
cygport_file: ${{ inputs.cygport_file }}
vars:
- NAME
- PF
- PV
- ARCH
- BUILD_REQUIRES
cygwin_bin_path: C:\cygwin\bin

- name: Report output
env:
DATA: ${{ steps.data.outputs.vars }}
run: printf '%q\n' "$DATA"
vars: NAME PF PV ARCH BUILD_REQUIRES

0 comments on commit 4b825b0

Please sign in to comment.