Skip to content

Commit

Permalink
rename action name and add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
shriram192 committed Dec 6, 2023
1 parent d5d4121 commit 60d3f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
aws_secret_access_key: "S8aT/cgh/TedtMlQlnvKr7BnsCBjno"
s3_bucket_id: "che230022-bucket01"
s3_bucket_path: "/qmc_graphene_stacking_fault/0_interlayer_energy/data/"
# Use the output from the `hello` step
- name: Get the output time
- name: Get the output logs
run: echo "${{ steps.push_publish.outputs.logs }}"
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def main():
# Get action inputs
_, globus_auth_client_id, globus_auth_secret, \
files_to_publish, mdf_source_id, mdf_title, mdf_authors, mdf_affiliations, \
mdf_publication_year, staging_object_store_url, aws_access_key_id \
mdf_publication_year, staging_object_store_url, aws_access_key_id, \
aws_secret_access_key, s3_bucket_id, s3_bucket_path
= sys.argv

Expand Down

0 comments on commit 60d3f1b

Please sign in to comment.