This commit is contained in:
Saahil dutta 2024-08-08 00:31:06 -04:00
parent a4cd6b0955
commit 2ae7c5a413
Signed by: neon
GPG key ID: 8A8B64515254CFC6

View file

@ -10,7 +10,9 @@ jobs:
steps:
- name: Set Short SHA
id: short_sha
run: echo "short_sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
run: |
echo $(pwd)
echo "short_sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@v0.1.8
with: