Skip to content

Commit 377f693

Browse files
committed
check directory
1 parent 626741e commit 377f693

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/update_data.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Updata Microsoft Stock Price Data
1+
name: Update Microsoft Stock Price Data
22

33
on:
44
schedule:
@@ -18,6 +18,13 @@ jobs:
1818
cache: pip
1919
- name: Install dependencies
2020
run: pip install -r requirements.txt
21+
- name: Check directory structure
22+
run: |
23+
echo "Current directory: $(pwd)"
24+
echo "Contents of current directory:"
25+
ls -la
26+
echo "Contents of repository root:"
27+
find . -type f -name "*.py" | sort
2128
- name: Update data
2229
env:
2330
BQ_LAB13: ${{ secrets.BQ_LAB13 }}

0 commit comments

Comments
 (0)