We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb443a commit ed9a1a6Copy full SHA for ed9a1a6
.github/workflows/check_dependencies.yml
@@ -48,6 +48,8 @@ jobs:
48
run: |
49
echo "Downloading packages"
50
.venv/bin/python3 -m pip download --dest files -r base.txt
51
+ base_txt_path="${GITHUB_WORKSPACE}/files/base.txt"
52
+ echo "Path of base.txt: ${base_txt_path}"
53
working-directory: WORK_DIR/repo_work
54
55
- name: Extract GitHub URLs from base.txt
0 commit comments