diff options
author | Mohammed Al Sahaf <[email protected]> | 2023-08-25 18:06:44 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-08-25 16:06:44 +0000 |
commit | b7e472d54884de4ecd6147784c74fb448180e9d1 (patch) | |
tree | 4478aefe5ac37122ae0273d6d951e8c63eb92b30 /.github | |
parent | 7103ea096fffd851a5efd67fd6d30cf65bc38873 (diff) | |
download | caddy-b7e472d54884de4ecd6147784c74fb448180e9d1.tar.gz caddy-b7e472d54884de4ecd6147784c74fb448180e9d1.zip |
ci: ensure short-sha is exported correctly on all platforms (#5781)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deebc7d7a..20f2fc5a9 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" |