Skip to content

Commit

Permalink
Debug manifest_diff_from_main GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jul 17, 2024
1 parent 2bf8771 commit 450deb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/manifest_diff_from_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
- name: Setup friendly diff style
run: echo "*.json diff=json" >> .gitattributes && git config diff.json.textconv "jq --sort-keys '.' \$1"

- name: Get main branch
run: git fetch origin/main

- name: Run git diff for manifest
run: git diff origin/main fractal_tasks_core/__FRACTAL_MANIFEST__.json

0 comments on commit 450deb2

Please sign in to comment.