We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8ad4c commit 563b00fCopy full SHA for 563b00f
1 file changed
.github/workflows/change_impact.yml
@@ -30,6 +30,10 @@ jobs:
30
ref: ${{ github.event.issue.pull_request.head.ref }}
31
fetch-depth: 0 # needed for full commit history
32
33
+ - name: Show current commit
34
+ run: |
35
+ echo "Current HEAD: $(git rev-parse HEAD)"
36
+
37
38
- name: Install Rust toolchain
39
uses: actions-rs/toolchain@v1
@@ -59,6 +63,11 @@ jobs:
59
63
git checkout ${{ github.event.issue.pull_request.head.ref }}
60
64
echo "Checked out branch: $(git rev-parse HEAD)"
61
65
66
67
68
69
70
62
71
- name: Build reqflowcli from source
72
run: |
73
cargo build --release
0 commit comments