Skip to content

Commit

Permalink
chore(oscal): add shell property
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtkeller committed Jun 30, 2024
1 parent 2704b4c commit e9631e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-oscal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
CHANGED_FILES=$(git diff --name-only HEAD^ HEAD | grep 'oscal.*\.yaml$' || true)
echo "Changed OSCAL files: $CHANGED_FILES"
echo "::set-output name=oscal_files::$CHANGED_FILES"
shell: bash

- name: Run lint-oscal
uses: ./.github/actions/lint-oscal
Expand Down

0 comments on commit e9631e0

Please sign in to comment.