emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/request 8feb544187 5/6: we shall overcome.


From: ELPA Syncer
Subject: [nongnu] elpa/request 8feb544187 5/6: we shall overcome.
Date: Tue, 15 Nov 2022 12:02:27 -0500 (EST)

branch: elpa/request
commit 8feb5441879e42660610fdb19fddf2929cbcd48f
Author: dickmao <none>
Commit: dickmao <none>

    we shall overcome.
---
 .github/workflows/test.yml | 4 ++--
 Makefile                   | 7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8cc29b89d4..dbb79ab483 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,8 +20,8 @@ jobs:
       fail-fast: true
       matrix:
         os: [ubuntu-latest]
-        emacs_version: [25.3, 26.3, 27.2, 28.2]
-        python_version: [2.7, 3.6]
+        emacs_version: [26.3]
+        python_version: [2.7]
 
     steps:
     - uses: actions/checkout@v1
diff --git a/Makefile b/Makefile
index df1a51c124..96dc90710d 100644
--- a/Makefile
+++ b/Makefile
@@ -102,12 +102,15 @@ endef
 .PHONY: test-install-vars
 test-install-vars:
        $(eval $(call SET_GITHUB_ACTOR))
+       $(info ${GITHUB_ACTOR})
        $(eval $(call SET_GITHUB_ACTOR_REPOSITORY))
+       $(info ${GITHUB_ACTOR_REPOSITORY})
        $(eval $(call SET_GITHUB_HEAD_REF))
+       $(info ${GITHUB_HEAD_REF})
        $(eval $(call SET_GITHUB_SHA))
        $(eval $(call SET_GITHUB_COMMIT))
-       git show -s --format=%s $(GITHUB_COMMIT)
-       git show -s --format=%s $(GITHUB_SHA)
+       git show -s --format=%s $(GITHUB_COMMIT) || true
+       git show -s --format=%s $(GITHUB_SHA) || true
 
 .PHONY: test-install
 test-install: test-install-vars



reply via email to

[Prev in Thread] Current Thread [Next in Thread]