Skip to content

Commit

Permalink
Fix generation
Browse files Browse the repository at this point in the history
  • Loading branch information
genya0407 committed Dec 31, 2023
1 parent 316b7c1 commit 3a9cba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: make values
id: set-matrix
run: |
ruby -e <<CODE >> $GITHUB_OUTPUT
cat <<CODE | ruby >> $GITHUB_OUTPUT
require 'json'
puts "examples=#{JSON.generate(Dir.glob('examples/*''))}"
CODE
Expand Down

0 comments on commit 3a9cba0

Please sign in to comment.