Skip to content

Commit d885492

Browse files
committed
fixed repo link and added ref
1 parent 7586285 commit d885492

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424
with:
25-
repository: NIGMS/NIGMS-Sandbox/.github/workflows/notebook-lint.yaml@main
25+
repository: NIGMS/NIGMS-Sandbox
2626
path: reusable-workflow-repo
27+
ref: reusable_workflow
2728

2829
- name: Link Check
2930
run: |

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323
with:
24-
repository: NIGMS/NIGMS-Sandbox/.github/workflows/notebook-lint.yaml@main
24+
repository: NIGMS/NIGMS-Sandbox
25+
ref: reusable_workflow
2526
path: reusable-workflow-repo
2627

2728
- name: Set up Python

0 commit comments

Comments
 (0)