Skip to content

Commit

Permalink
Update pull_metadata.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drelliche committed Aug 24, 2023
1 parent be99f98 commit 2fc8977
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
run: |
bash .github/scripts/process_metadata.sh
# Check if any changes were made to the python file
# Check if any changes were made to the python file
echo "you got this far"
changes=$(git diff assets/metadata/module_data.py | wc -l)
echo $changes
any_changes=$(test $changes -gt 0)
Expand Down

0 comments on commit 2fc8977

Please sign in to comment.