Skip to content

Commit

Permalink
cicd: debug char count
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyr298 committed Jun 7, 2024
1 parent 334db11 commit afa622b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
- name: Build Docker Image
run: |
mkdir ./keys
ls
echo '${{ secrets.CREDENTIALS }}' > ./keys/credentials.json
cat ./keys/credentials.json
ls
CHARACTER_COUNT=$(wc -c < ./keys/credentials.json)
echo "Character count: $CHARACTER_COUNT"
# - name: Checkout
# uses: actions/checkout@v3
# - name: Build Docker Image
Expand Down

0 comments on commit afa622b

Please sign in to comment.