diff --git a/.github/workflows/notebook-lint-self.yaml b/.github/workflows/notebook-lint-self.yaml index 06e2866..9688b9b 100644 --- a/.github/workflows/notebook-lint-self.yaml +++ b/.github/workflows/notebook-lint-self.yaml @@ -9,6 +9,6 @@ permissions: jobs: lint: name: 'Linting' - uses: STRIDES/NIHCloudLab/.github/workflows/notebook-lint.yaml@dev/gh-action + uses: STRIDES/NIHCloudLab/.github/workflows/notebook-lint.yaml@main with: directory: . diff --git a/.github/workflows/notebook-lint.yaml b/.github/workflows/notebook-lint.yaml index ac889f4..da7882a 100644 --- a/.github/workflows/notebook-lint.yaml +++ b/.github/workflows/notebook-lint.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 with: repository: STRIDES/NIHCloudLab - ref: dev/gh-action + ref: main path: reusable-workflow-repo - name: Set up Python