Skip to content

Commit eecfe28

Browse files
Fix file path bug in workflow
1 parent 1e47f89 commit eecfe28

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
@@ -32,4 +32,4 @@ jobs:
3232
python load-library-metadata.py
3333
3434
- name: Cleanup credentials
35-
run: rm gcp-key.json
35+
run: rm scripts/gcp-key.json

0 commit comments

Comments
 (0)