This commit is contained in:
Benjamin Harder
2023-10-06 13:43:23 +02:00
parent 89292fe4a7
commit 82d69a59a7

View File

@@ -15,7 +15,9 @@ jobs:
# - name: show branch name
# run: echo ${GITHUB_REF##*/}
- name: show current path
run: echo ${{ github.workspace }}
run: |
echo ${{ github.workspace }}
ls
- name: Set up Python
uses: actions/setup-python@v4
with: