We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30e120 commit c7bb0beCopy full SHA for c7bb0be
1 file changed
.github/workflows/check-same-code-base.yml
@@ -47,6 +47,8 @@ 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
+ # Makes sure repository is clean so the version isn't generated with "dirty" suffix
51
+ git restore
52
make updater.phar
53
./vendor/bin/box info -lm flat updater.phar | LC_LOCALE=C sort | grep -Ev "^(Signature Hash| Version.php |Contents: | installed.php |Timestamp: )" > updater.txt
54
diff --suppress-common-lines -t --tabsize=4 -d -y --color=always updater.txt updater.old.txt
0 commit comments