From 2359b83d0248c2fb7ad1f548c1b7b50fc7cf1ef4 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Tue, 6 Aug 2024 14:29:54 -0400 Subject: [PATCH] Fix double .yml Skip-PR-comments: true Run-GHA: true Required-githooks: true Signed-off-by: Brian J. Murrell --- .github/workflows/rpm-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rpm-build-and-test.yml b/.github/workflows/rpm-build-and-test.yml index 143fcaf..7ac4f1d 100644 --- a/.github/workflows/rpm-build-and-test.yml +++ b/.github/workflows/rpm-build-and-test.yml @@ -84,7 +84,7 @@ jobs: # TODO: investigate how cancelling this can cancel the downstream job name: Test RPMs with DAOS needs: [Variables, Call-RPM-Build] - uses: daos-stack/actions-lib/.github/workflows/rpm-test.yml.yml@bmurrell/initial + uses: daos-stack/actions-lib/.github/workflows/rpm-test.yml@bmurrell/initial secrets: inherit with: NAME: ${{ needs.Variables.outputs.NAME }}