summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMohammed Al Sahaf <msaa1990@gmail.com>2023-08-25 18:06:44 +0200
committerGitHub <noreply@github.com>2023-08-25 16:06:44 +0000
commitb7e472d54884de4ecd6147784c74fb448180e9d1 (patch)
tree4478aefe5ac37122ae0273d6d951e8c63eb92b30 /.github
parent7103ea096fffd851a5efd67fd6d30cf65bc38873 (diff)
ci: ensure short-sha is exported correctly on all platforms (#5781)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index deebc7d..20f2fc5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -73,6 +73,7 @@ jobs:
- name: Print Go version and environment
id: vars
+ shell: bash
run: |
printf "Using go at: $(which go)\n"
printf "Go version: $(go version)\n"