diff --git a/.github/workflows/check-links.yaml b/.github/workflows/check-links.yaml index 8869a77..166bb1c 100644 --- a/.github/workflows/check-links.yaml +++ b/.github/workflows/check-links.yaml @@ -4,13 +4,10 @@ on: pull_request: workflow_dispatch: -env: - workflow_ref: main jobs: link_check: name: 'Link Check' - uses: NIGMS/NIGMS-Sandbox/.github/workflows/check-links.yaml@${{env.workflow_ref}} + uses: NIGMS/NIGMS-Sandbox/.github/workflows/check-links.yaml@main with: - repo_link_ignore_list: "" - workflow_ref: ${{env.workflow_ref}} \ No newline at end of file + repo_link_ignore_list: "" \ No newline at end of file diff --git a/.github/workflows/notebook-lint.yaml b/.github/workflows/notebook-lint.yaml index 2038a72..507ba19 100644 --- a/.github/workflows/notebook-lint.yaml +++ b/.github/workflows/notebook-lint.yaml @@ -11,4 +11,4 @@ jobs: name: 'Linting' uses: NIGMS/NIGMS-Sandbox/.github/workflows/notebook-lint.yaml@main with: - directory: . + directory: . \ No newline at end of file diff --git a/reusable-workflow-repo b/reusable-workflow-repo deleted file mode 160000 index c4c1c85..0000000 --- a/reusable-workflow-repo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c4c1c8516d686f25a3d8d91004d897f86b1b7346 diff --git a/tutorial_1-bismark.ipynb b/tutorial_1-bismark.ipynb index b5965d8..3561f4c 100644 --- a/tutorial_1-bismark.ipynb +++ b/tutorial_1-bismark.ipynb @@ -818,11 +818,7 @@ ] } ], - "metadata": { - "language_info": { - "name": "python" - } - }, + "metadata": {}, "nbformat": 4, "nbformat_minor": 5 }