Skip to content

Commit 9d648ca

Browse files
committed
Test GITHUB_SHA vs. github.sha.
Signed-off-by: Michael Keller <[email protected]>
1 parent 30c2217 commit 9d648ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linux-debian-generic.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
echo "--------------------------------------------------------------"
2020
echo "update distro and install dependencies"
2121
22+
echo "GITHUB_SHA: $GITHUB_SHA"
23+
echo "github.sha: ${{ github.sha }}"
24+
2225
apt-get update
2326
apt-get dist-upgrade -y
2427
DEBIAN_FRONTEND=noninteractive apt-get install -y -q \
@@ -37,6 +40,7 @@ jobs:
3740
git config --global user.name "Subsurface CI"
3841
git config --global --add safe.directory $GITHUB_WORKSPACE
3942
git config --global --add safe.directory $GITHUB_WORKSPACE/libdivecomputer
43+
4044
# needs git from the previous step
4145
- name: checkout sources
4246
uses: actions/checkout@v4

0 commit comments

Comments
 (0)