Skip to content

Commit

Permalink
Test GITHUB_SHA vs. github.sha.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Keller <[email protected]>
  • Loading branch information
mikeller committed May 17, 2024
1 parent e439e19 commit b0986ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux-debian-generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
echo "--------------------------------------------------------------"
echo "update distro and install dependencies"
echo "GITHUB_SHA: $GITHUB_SHA"
echo "github.sha: ${{ github.sha }}"
apt-get update
apt-get dist-upgrade -y
DEBIAN_FRONTEND=noninteractive apt-get install -y -q \
Expand All @@ -37,6 +40,7 @@ jobs:
git config --global user.name "Subsurface CI"
git config --global --add safe.directory $GITHUB_WORKSPACE
git config --global --add safe.directory $GITHUB_WORKSPACE/libdivecomputer
# needs git from the previous step
- name: checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit b0986ce

Please sign in to comment.