This commit is contained in:
Benjamin Harder
2023-10-06 13:40:00 +02:00
parent a94962e42e
commit 89292fe4a7

View File

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