Skip to content

Commit b3736e7

Browse files
fixed bug in workflow
1 parent f729aa0 commit b3736e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/load-library-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
GOOGLE_APPLICATION_CREDENTIALS: gcp-key.json
3131
run: |
32-
python your_script.py
32+
python load-library-metadata.py
3333
3434
- name: Cleanup credentials
3535
run: rm gcp-key.json

0 commit comments

Comments
 (0)