mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 10:54:00 +02:00
test
This commit is contained in:
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@@ -9,11 +9,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: './src/utils/'
|
||||
working-directory: '.'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: show branch name
|
||||
run: echo ${GITHUB_REF##*/}
|
||||
# - name: show branch name
|
||||
# run: echo ${GITHUB_REF##*/}
|
||||
- name: show current path
|
||||
run: echo pwd
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user