Skip to content

Commit

Permalink
fix: fix typo in CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Nov 10, 2023
1 parent a594799 commit e53b751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/edit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
SHA_PREV=HEAD^
FILES=$(git diff $SHA_PREV..$SHA --name-only -- ${PATHS[@]} | jq -Rsc 'split("\n")[:-1] | join (",")')
if [[ "$FILES" == *"backend/decky_plugin.pyi"* ]]; then
$STUB_CHANGED="true"
STUB_CHANGED="true"
echo "Stub has changed, pushing updated stub"
else
echo "Stub has not changed, exiting."
Expand Down

0 comments on commit e53b751

Please sign in to comment.