Skip to content

Commit

Permalink
fix: maybe fixed array expression
Browse files Browse the repository at this point in the history
  • Loading branch information
Emdien committed Nov 22, 2023
1 parent b0bb7c4 commit f8131e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
id: folder-array
run: |
myArray=(${{ inputs.ontology-folders }})
echo "folders=${myArray}" >> $GITHUB_OUTPUT
echo "folders=${myArray[*]}" >> $GITHUB_OUTPUT
shell: bash

- name: Get changed files
Expand Down

0 comments on commit f8131e6

Please sign in to comment.