From b90d8e83c141b5d47c501874e5d83b97400be9da Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Mon, 23 Sep 2024 11:38:48 -0400 Subject: [PATCH] Is this it? (rebase) --- .github/workflows/api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api.yaml b/.github/workflows/api.yaml index cdde639f0cc2..eecfae5a21f9 100644 --- a/.github/workflows/api.yaml +++ b/.github/workflows/api.yaml @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v4 with: path: 'galaxy root' - - uses: ./.github/setup-node/ + - uses: ../.github/setup-node/ - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}