Skip to content

Commit

Permalink
next step
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 10, 2023
1 parent b0d58ba commit 37d37b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run-in-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
echo '${{ inputs.matrix_env_vars }}'
echo '${{ inputs.matrix_env_vars }}' | jq -r 'to_entries | .[] | "\(.key)=\"\(.value)\""'
for var in "$(echo '${{ inputs.matrix_env_vars }}' | jq -r 'to_entries | .[] | "\(.key)=\"\(.value)\""')"; do
echo "$var" >> "$GITHUB_ENV"
done
echo .........................................................
cat "$GITHUB_ENV"
# read -r -a job_vars <<< "${{ inputs.job_env_vars }}"
# read -r -a matrix_vars <<< "${{ inputs.matrix_env_vars }}"
# for var in "${job_vars[@]}" "${matrix_vars[@]}"; do
Expand Down

0 comments on commit 37d37b8

Please sign in to comment.