diff options
| author | TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> | 2023-03-09 16:32:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-09 16:32:54 -0800 |
| commit | faf46ba53354b6dcfbfae25e605bf567acd19376 (patch) | |
| tree | 83cb26fa923069583a030262d08e1907a6116b5a /.github | |
| parent | 94ec434eae3ac041017384b02e5d32a982d438ee (diff) | |
| download | decky-loader-faf46ba53354b6dcfbfae25e605bf567acd19376.tar.gz decky-loader-faf46ba53354b6dcfbfae25e605bf567acd19376.zip | |
Update edit-check.ymlv2.6.5-pre1
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/edit-check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/edit-check.yml b/.github/workflows/edit-check.yml index 267a25c8..401bc8ae 100644 --- a/.github/workflows/edit-check.yml +++ b/.github/workflows/edit-check.yml @@ -30,7 +30,7 @@ jobs: STUB_CHANGED="false" PATHS=(plugin plugin/decky_plugin.pyi) SHA=${{ github.sha }} - SHA_PREV=$(git rev-list --parents -n 1 $SHA) + SHA_PREV=HEAD^ FILES=$(git diff $SHA_PREV..$SHA --name-only -- ${PATHS[@]} | jq -Rsc 'split("\n")[:-1] | join (",")') if [[ "$FILES" == *"plugin/decky_plugin.pyi"* ]]; then $STUB_CHANGED="true" |
