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 3cf6281 commit 986ec8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
needs: diff
if: toJSON(needs.diff.outputs.changes) != '[]'
steps:
- name: debug
run: |
echo raw: ${{ needs.diff.outputs.changes }}
echo json: ${{ toJSON(needs.diff.outputs.changes) }}
-
name: Read Configuration
uses: hashicorp/vault-action@v3
Expand Down

0 comments on commit 986ec8a

Please sign in to comment.