Skip to content

Commit

Permalink
fix: minor shell tweak for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Aug 25, 2023
1 parent 1d55857 commit dfd1a9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/edit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@ jobs:
SHA_PREV=HEAD^
FILES=$(git diff $SHA_PREV..$SHA --name-only -- ${PATHS[@]} | jq -Rsc 'split("\n")[:-1] | join (",")')
if [[ "$FILES" == *"decky_loader/plugin_api/decky_plugin.pyi"* ]]; then
$STUB_CHANGED="true"
STUB_CHANGED="true"
echo "Stub has changed, pushing updated stub"
else
echo "Stub has not changed, exiting."
echo "has_changed=$STUB_CHANGED" >> $GITHUB_OUTPUT
exit 0
fi
echo "has_changed=$STUB_CHANGED" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit dfd1a9a

Please sign in to comment.