Skip to content

Commit

Permalink
debug: display latest commit SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
dg1223 committed Jul 26, 2023
1 parent 64c0781 commit 965e5b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
# Get the list of changed files between the base and head branches
# CHANGED_FILES=$(git diff --name-only ${{ github.base_ref }}...${{ github.head_ref }})
CURRENT_COMMIT=$(git rev-parse HEAD)
echo ${CURRENT_COMMIT}
CHANGED_FILES=$(git diff-tree --no-commit-id --name-only -r ${CURRENT_COMMIT})
echo ${CHANGED_FILES}
Expand Down

0 comments on commit 965e5b8

Please sign in to comment.