Skip to content

Commit 250f927

Browse files
Merge pull request #243 from CodeForPhilly/github_action_library_api_metadata
fixed bug in workflow
2 parents 6c227bb + b3736e7 commit 250f927

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)