We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07f838 commit 68da7a3Copy full SHA for 68da7a3
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
REF: ${{ github.sha }} # trying ref
23
run: |
24
echo $REF
25
- ssh minusx@v1.minusxapi.com << 'EOF'
+ ssh minusx@v1.minusxapi.com << EOF
26
cd /home/minusx/minusx/web
27
echo "can you read this" $REF
28
0 commit comments