Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenh committed Aug 28, 2024
1 parent 137e7ef commit 0ebf881
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
diff:
runs-on: ubuntu-latest
outputs:
charts: ${{ steps.changes.outputs.changes }}
charts: ${{ fromJSON(steps.changes.outputs.changes) }}
steps:
-
name: Find changed charts
Expand All @@ -34,6 +34,10 @@ jobs:
- 'charts/discovery/**'
charts/scim:
- 'charts/scim/**'
-
name: Debug
run: |
echo join: ${{ join(fromJSON(steps.changes.outputs.changes)) }}
lint:
runs-on: ubuntu-latest
needs: diff
Expand Down

0 comments on commit 0ebf881

Please sign in to comment.