We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30e120 commit 0c40994Copy full SHA for 0c40994
.github/workflows/check-same-code-base.yml
@@ -47,6 +47,7 @@ jobs:
47
run: |
48
composer -V --ansi
49
./vendor/bin/box info -lm flat updater.phar | LC_LOCALE=C sort | grep -Ev "^(Signature Hash| Version.php |Contents: | installed.php |Timestamp: )" > updater.old.txt
50
+ git status
51
make updater.phar
52
./vendor/bin/box info -lm flat updater.phar | LC_LOCALE=C sort | grep -Ev "^(Signature Hash| Version.php |Contents: | installed.php |Timestamp: )" > updater.txt
53
diff --suppress-common-lines -t --tabsize=4 -d -y --color=always updater.txt updater.old.txt
0 commit comments