Skip to content

Commit 32a438c

Browse files
committed
add debugging
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent b1bfd48 commit 32a438c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate-flags.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
with:
2929
manifest: "flags.json"
3030

31+
- name: debugging
32+
run: cat flags.json && cat against-flags.json
33+
3134
- name: Compare against remote manifest
3235
if: ${{ secrets.FLAGD_STUDIO_TOKEN != '' }} # Secret not accessible for PRs from forks
3336
uses: open-feature/action@v0.0.2

0 commit comments

Comments
 (0)