Skip to content

Commit

Permalink
Print secret length
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenStack committed Aug 28, 2024
1 parent 63d3c3c commit 5c5e592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distribution: 'temurin'
- name: Test output
run: |
echo "TEST: || ${{ secrets.TEST }} ||"
echo "${{ secrets.TEST }}" | wc
- name: Set outputs
id: vars
run: |
Expand Down

0 comments on commit 5c5e592

Please sign in to comment.