Skip to content

Commit 563b00f

Browse files
Update change_impact.yml
1 parent fc8ad4c commit 563b00f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/change_impact.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
ref: ${{ github.event.issue.pull_request.head.ref }}
3131
fetch-depth: 0 # needed for full commit history
3232

33+
- name: Show current commit
34+
run: |
35+
echo "Current HEAD: $(git rev-parse HEAD)"
36+
3337
3438
- name: Install Rust toolchain
3539
uses: actions-rs/toolchain@v1
@@ -59,6 +63,11 @@ jobs:
5963
git checkout ${{ github.event.issue.pull_request.head.ref }}
6064
echo "Checked out branch: $(git rev-parse HEAD)"
6165
66+
- name: Show current commit
67+
run: |
68+
echo "Current HEAD: $(git rev-parse HEAD)"
69+
70+
6271
- name: Build reqflowcli from source
6372
run: |
6473
cargo build --release

0 commit comments

Comments
 (0)