Skip to content

Commit

Permalink
fix(kotlin_validate.yml): failing kotlin_validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malaw-moj committed Jan 14, 2025
1 parent b072ffb commit 58db4f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/kotlin_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
run: |
ls -la ${{ github.workspace }}
echo "vars ${{ toJson(vars) }}"
echo "Secrets ${{ toJson(secrets) }}"
echo "Decoding the Certificate"
echo ${{ secrets.CERTIFICATE }}
echo ${{ secrets.CERTIFICATE }} -n | base64 --decode > WebServiceClientCert.pfx
Expand Down

0 comments on commit 58db4f0

Please sign in to comment.