Skip to content

Commit

Permalink
chore(oscal): fix action path
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtkeller committed Jun 30, 2024
1 parent bd41e3a commit 2704b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-oscal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 2704b4c

Please sign in to comment.