This commit is contained in:
Benjamin Harder
2023-10-06 13:38:16 +02:00
parent 3181eb0fae
commit a94962e42e

View File

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