Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed May 1, 2024
1 parent 514e521 commit c39400b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/io-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ jobs:
- name: Create TestData
run: |
cat << 'EOS' > io-test.j2
{% set dirs = "." | listdir_dirs | list %}
{{ dirs | length}}
{% set len = dirs | length %}
{%- for f in range(len) %}
./{{ dirs[f] }}
{%- for f in "." | listdir_dirs %}
./{{ f }}
{%- endfor %}
EOS
- name: kamidana
Expand Down

0 comments on commit c39400b

Please sign in to comment.