Run sha=$(git rev-parse --short=12 HEAD) 2026-05-29T08:50:19.3888550Z sha=$(git rev-parse --short=12 HEAD) 2026-05-29T08:50:19.3889270Z parent_count=$(git cat-file -p HEAD | grep -c "^parent ") || true 2026-05-29T08:50:19.3890040Z if [ "${parent_count:-0}" -ge 2 ]; then 2026-05-29T08:50:19.3890660Z git rev-parse --short=12 HEAD^2 > revision.txt 2026-05-29T08:50:19.3891300Z echo "merge_sha:${sha}" >> revision.txt 2026-05-29T08:50:19.3891810Z else 2026-05-29T08:50:19.3892170Z echo "$sha" > revision.txt 2026-05-29T08:50:19.3892610Z fi 2026-05-29T08:50:19.3956240Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2026-05-29T08:50:19.3956820Z env: 2026-05-29T08:50:19.3957320Z pythonLocation: /Users/runner/hostedtoolcache/PyPy/2.7.18/x64 2026-05-29T08:50:19.3958120Z Python_ROOT_DIR: /Users/runner/hostedtoolcache/PyPy/2.7.18/x64 2026-05-29T08:50:19.3958990Z Python2_ROOT_DIR: /Users/runner/hostedtoolcache/PyPy/2.7.18/x64 2026-05-29T08:50:19.3959790Z Python3_ROOT_DIR: /Users/runner/hostedtoolcache/PyPy/2.7.18/x64 2026-05-29T08:50:19.3960690Z PKG_CONFIG_PATH: /Users/runner/hostedtoolcache/PyPy/2.7.18/x64/bin/lib/pkgconfig 2026-05-29T08:50:19.5061380Z fatal: Needed a single revision 2026-05-29T08:50:19.5066650Z ##[error]Process completed with exit code 128.