Skip to content

Commit

Permalink
Update daily.yml for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasTauge committed Feb 21, 2024
1 parent 18e598e commit 34363dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ENVIRONMENT: ${{ env.Production }}

- name: Debug
run: echo "Length of CREDENTIALS_JSON is ${{ env.CREDENTIALS_JSON | length}}"
run: echo "Length of CREDENTIALS_JSON is ${#CREDENTIALS_JSON}"
env:
ENVIRONMENT: ${{ env.Production }}

Expand Down

0 comments on commit 34363dd

Please sign in to comment.