Skip to content

Commit 65bda61

Browse files
committed
Print tool versions
To debug GH-313 easier
1 parent e640580 commit 65bda61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable-bump-flake-lock-and-selfup.yml

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
env:
4949
PR_BRANCH: bot-update-flake-lock
5050
steps:
51+
- name: Inspect tool versions
52+
run: |
53+
gh --version
54+
git --version
5155
- name: Install selfup
5256
env:
5357
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)