Skip to content

Commit 0adcfa3

Browse files
authored
Merge pull request #4 from STRIDES/dev/gh-action
dev/gh action
2 parents 42b2d65 + b0ccade commit 0adcfa3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/check-links-self.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77
jobs:
88
link_check:
99
name: 'Link Check'
10-
uses: STRIDES/NIHCloudLab/.github/workflows/check-links.yaml@dev/gh-action
10+
uses: STRIDES/NIHCloudLab/.github/workflows/check-links.yaml@main
1111
with:
1212
repo_link_ignore_list: ""

.github/workflows/check-links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
repository: STRIDES/NIHCloudLab
2626
path: reusable-workflow-repo
27-
ref: dev/gh-action
27+
ref: main
2828

2929
- name: Link Check
3030
run: |

.github/workflows/notebook-lint-self.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ permissions:
99
jobs:
1010
lint:
1111
name: 'Linting'
12-
uses: STRIDES/NIHCloudLab/.github/workflows/notebook-lint.yaml@dev/gh-action
12+
uses: STRIDES/NIHCloudLab/.github/workflows/notebook-lint.yaml@main
1313
with:
1414
directory: .

.github/workflows/notebook-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
repository: STRIDES/NIHCloudLab
25-
ref: dev/gh-action
25+
ref: main
2626
path: reusable-workflow-repo
2727

2828
- name: Set up Python

0 commit comments

Comments
 (0)