Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Jul 12, 2024
1 parent b4b0da4 commit dc6f2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Determine types
id: determine_types
run: |
echo values=$(ls "types" | jq -R -s -c 'split("\n")[:-1] | map({"types": .})' >> $GITHUB_OUTPUT
echo values=$(ls "types" | jq -R -s -c 'split("\n")[:-1] | map({"types": .})') >> $GITHUB_OUTPUT
outputs:
values: ${{ steps.determine_types.outputs.values }}
mixin_types:
Expand Down

0 comments on commit dc6f2c1

Please sign in to comment.