magic/.github/workflows
Darryl L. Miles 4e08d178dc appimage: allow git tags with annotation to match expected SHA for ChangeLog
The situation is due to the difference for tags with message / annotation:

$ git tag -l -n1 8.3.534
8.3.534         "Tagging version 8.3.534"

$ git show-ref -s -d refs/tags/8.3.534
4426cc859e
1ec8b6ee1a refs/tags/8.3.534^{}

$ git rev-list -n1 refs/tags/8.3.534
1ec8b6ee1a

Use of rev-lsit will always get the commit ID we expect to see for
the workflow, so we allow either of the SHA above to match at the
point of failure.
2025-08-01 10:58:04 -04:00
..
appimage7.yml appimage: allow git tags with annotation to match expected SHA for ChangeLog 2025-08-01 10:58:04 -04:00
appimage8.yml appimage: allow git tags with annotation to match expected SHA for ChangeLog 2025-08-01 10:58:04 -04:00
appimage9.yml appimage: allow git tags with annotation to match expected SHA for ChangeLog 2025-08-01 10:58:04 -04:00
appimage10.yml appimage: allow git tags with annotation to match expected SHA for ChangeLog 2025-08-01 10:58:04 -04:00
canary-matrix.yml GHA: canary-matrix.yml: remove sunseted ubuntu-20.04 runner 2025-06-17 16:35:27 +01:00
main-macos.yml GHA: main-macos.yml brew install gnu-sed 2025-07-29 10:50:32 -04:00
main.yml GHA: main.yml: emit defs.mak into CI logging 2025-07-29 10:50:32 -04:00