Skip to content

Commit 7b5e357

Browse files
committed
fixed repo link and added ref
1 parent 610c38f commit 7b5e357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/check-links-self.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77
jobs:
88
link_check:
99
name: 'Link Check'
10-
uses: NIGMS/NIGMS-Sandbox/.github/workflows/check-links.yaml@reusable_workflow
10+
uses: NIGMS/NIGMS-Sandbox/.github/workflows/check-links.yaml@main
1111
with:
1212
repo_link_ignore_list: ""

Diff for: .github/workflows/notebook-lint-self.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ permissions:
99
jobs:
1010
lint:
1111
name: 'Linting'
12-
uses: NIGMS/NIGMS-Sandbox/.github/workflows/notebook-lint.yaml@reusable_workflow
12+
uses: NIGMS/NIGMS-Sandbox/.github/workflows/notebook-lint.yaml@main
1313
with:
1414
directory: .

0 commit comments

Comments
 (0)