We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bf965 commit 6097e9cCopy full SHA for 6097e9c
2 files changed
.github/workflows/merge-demo-feature.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Set up Python
50
uses: actions/setup-python@v5
51
with:
52
- python-version-file: ".github/workflows/.python-version"
+ python-version-file: "${{ github.workspace }}/cookiecutter-robust-python/.github/workflows/.python-version"
53
54
- name: Merge Demo Feature PR into Develop
55
working-directory: "${{ github.workspace }}/${{ matrix.demo_name }}"
.github/workflows/update-demo.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
- name: Update Demo
41
working-directory: "${{ github.workspace }}/cookiecutter-robust-python"
0 commit comments