Skip to content

Commit

Permalink
Update convert.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nocollier authored Jul 18, 2024
1 parent 8d0ae19 commit a419172
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/convert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4
- name: Execute all python changed files
uses: jitterbit/get-changed-files@v1
- run: |
for changed_file in ${{ steps.files.outputs.all }}; do
echo "Do something with this ${changed_file}."
done
- run: |
for changed_file in ${{ steps.files.outputs.all }}; do
echo "Do something with this ${changed_file}."
done

0 comments on commit a419172

Please sign in to comment.