This commit is contained in:
Benjamin Harder
2023-10-06 13:44:31 +02:00
parent 82d69a59a7
commit 048e77e5b8

View File

@@ -17,7 +17,7 @@ jobs:
- name: show current path - name: show current path
run: | run: |
echo ${{ github.workspace }} echo ${{ github.workspace }}
ls ls -ahl
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with: