Skip to content

Commit

Permalink
Update changed-files.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Jan 5, 2024
1 parent 16648fb commit caef44c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/changed-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@ jobs:
- get-changed-dirs
steps:
- uses: actions/checkout@v3
- run: |
- name: "do sth on changed dir ${{ matrix.dir }}"
run: |
echo "do sth on changed dir ${{ matrix.dir }}" >> "$GITHUB_STEP_SUMMARY"

0 comments on commit caef44c

Please sign in to comment.