We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3718383 commit 1fa22f5Copy full SHA for 1fa22f5
.github/actions/rebase/action.yml
@@ -23,6 +23,7 @@ runs:
23
24
# go back to the HEAD commit
25
git switch --detach ${{ github.sha }}
26
+ echo "SHA ${github.sha}"
27
shell: bash
28
29
- name: Rebase to main
0 commit comments