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 2fc8977 commit 2644d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
changes=$(git diff assets/metadata/module_data.py | wc -l)
echo $changes
any_changes=$(test $changes -gt 0)
any_changes=$[ $changes -gt 0 ]
echo $any_changes
echo "any_changes=$any_changes" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 2644d41

Please sign in to comment.