Skip to content

Commit

Permalink
modify step for debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Polchenko <[email protected]>
  • Loading branch information
i5okie committed Jul 26, 2024
1 parent 8aba9d7 commit 5e85692
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gitops_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
any_changed: ${{ steps.gitops-changes.outputs.any_changed }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Scan services directory
id: gitops-changes
uses: tj-actions/changed-files@v44
with:
files: services/*.*
path: services
- name: List all changed files
env:
ALL_CHANGED_FILES: ${{ steps.gitops-changes.outputs.all_changed_files }}
Expand Down

0 comments on commit 5e85692

Please sign in to comment.