From 2704b4c2a9fd0f1c3ba0ed51adfae6eb340a5fed Mon Sep 17 00:00:00 2001 From: Brandt Keller Date: Sun, 30 Jun 2024 18:42:38 +0000 Subject: [PATCH] chore(oscal): fix action path --- .github/workflows/lint-oscal.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-oscal.yaml b/.github/workflows/lint-oscal.yaml index 33a434abc..04a55f7c9 100644 --- a/.github/workflows/lint-oscal.yaml +++ b/.github/workflows/lint-oscal.yaml @@ -23,6 +23,6 @@ jobs: echo "::set-output name=oscal_files::$CHANGED_FILES" - name: Run lint-oscal - uses: ./.github/actions/lint-oscal/action.yaml + uses: ./.github/actions/lint-oscal with: OSCALFILES: ${{ steps.find_changed_files.outputs.oscal_files }}