Skip to content

Commit 543d604

Browse files
committed
refactor: Clean code used for debugging [skip ci]
1 parent a6e1129 commit 543d604

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ outputs:
2424
runs:
2525
using: "composite"
2626
steps:
27-
- run: |
27+
- name: Print runner information
28+
run: |
2829
echo "Action running on ${{ runner.os }} ${{ runner.arch }} (name: '${{ runner.name }}')"
29-
ls -l "${{ github.action_path }}"
30-
ls -l "${{ github.action_path }}/bin"
3130
shell: bash
3231

3332
# Sadly, macos-latest images use Python 2.7 (dunno why)

0 commit comments

Comments
 (0)