Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Corrected defect in echo of github hash.
  • Loading branch information
BudDavis authored Apr 29, 2024
1 parent 9bbccec commit 806a82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo "Service name = ${{ vars.service_name }}"
echo "http port = ${{ vars.http_port }}"
echo "websocket port = ${{ vars.websocket_port }}"
echo "version = $${ github.sha }}"
echo "version = ${{ github.sha }}"
# On to the work at hand.
mkdir -p ~/.ssh/
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/production.key
Expand Down

0 comments on commit 806a82d

Please sign in to comment.