Skip to content

Commit

Permalink
Combine steps
Browse files Browse the repository at this point in the history
  • Loading branch information
DTLP committed Jun 6, 2024
1 parent e5d2d8e commit e142144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kyverno-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Check for kyverno in changed files
id: kyverno-check
run: |
changed-files=$(git diff --name-only --diff-filter=d HEAD^1 HEAD)
changed-files="$(git diff --name-only --diff-filter=d HEAD^1 HEAD)"
echo "changed-files $files"
for file in "${changed-files}"; do
echo ${file}
Expand Down

0 comments on commit e142144

Please sign in to comment.