Skip to content

Commit

Permalink
Fixes workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Feb 21, 2024
1 parent f45855d commit e7f70f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
files: minimal-notebook/**
- id: format
run: |
echo "${{ steps.changed-files.outputs.added_files }} ${{ steps.changed-files.outputs.modified_files }}" | python -c "import sys,json;d=json.dumps({'directories': sys.stdin.read().strip().split(' ')});print(f'directories={d}')" >> $GITHUB_OUTPUT
echo "${{ steps.changed-files.outputs.all_changed_files }}" | python -c "import sys,json;d=json.dumps({'directories': sys.stdin.read().strip().split(' ')});print(f'directories={d}')" >> $GITHUB_OUTPUT
build-minimal-notebook:
if: needs.detect-changes.outputs.modified_files_count > 0
Expand Down

0 comments on commit e7f70f1

Please sign in to comment.