Skip to content

Commit

Permalink
debug: prints first chars
Browse files Browse the repository at this point in the history
  • Loading branch information
willi-mueller committed Aug 29, 2024
1 parent e1e1fe7 commit 375d28b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:

- name: debug credentials
run: |
echo "First chars: ${DLT_SECRETS_TOML:0:5}"
substring="dbt"
if echo "$DLT_SECRETS_TOML" | grep -q "$substring"; then
echo "Substring found: $substring"
Expand Down

0 comments on commit 375d28b

Please sign in to comment.