Skip to content

Commit 3ee029d

Browse files
committed
dbeaver/dbeaver-devops#2023 Remove debugging steps from action workflow
1 parent d1f10a8 commit 3ee029d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

checkout-with-deps/action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,8 @@ runs:
2626
token: ${{ inputs.token }}
2727
path: ${{ inputs.repo }}
2828

29-
- name: Provide debugging info (0)
30-
shell: sh
31-
run: pwd && ls -lah
32-
3329
- name: Checkout dependencies
3430
uses: dbeaver/github-actions/clone-repositories@devel
3531
with:
3632
project_deps_path: ${{ inputs.repo }}/project.deps
3733
token: ${{ inputs.token }}
38-
39-
- name: Provide debugging info (1)
40-
shell: sh
41-
run: pwd && ls -lah

0 commit comments

Comments
 (0)