This commit is contained in:
Benjamin Harder
2023-10-06 14:41:50 +02:00
parent b9d865da7f
commit 348532943a

View File

@@ -12,12 +12,7 @@ jobs:
working-directory: '.'
steps:
- uses: actions/checkout@v4
# - name: show branch name
# run: echo ${GITHUB_REF##*/}
- name: show current path
run: |
echo ${{ github.workspace }}
ls -ahl
- name: Set up Python
uses: actions/setup-python@v4
with: