Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shriram192 committed Dec 20, 2023
1 parent 636f79e commit 26d91f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
uses: actions/checkout@v4
- name: Push and Publish Step
uses: ./
id: push_publish
with:
globus_auth_client_id: "c296acd8-f454-4ad7-b582-51a48685e775"
globus_auth_secret: "IgkdmTz8cE+7hS/uo8JPmXE7xtsIJ1xg+2AC2AlHF5g="
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ RUN pip install --no-cache-dir -r requirements.txt

COPY . .

CMD [ "ls", "-R"]

ENTRYPOINT ["python", "main.py"]
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ inputs:
required: true
mdf_source_id:
description: "Source ID for Dataset in Materials Data Facility"
required: true
mdf_title:
description: "Dataset Title to Submit"
required: true
Expand Down

0 comments on commit 26d91f6

Please sign in to comment.