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 31b5307 commit 9294a12Copy full SHA for 9294a12
.github/workflows/deploy-staging.yml
@@ -25,7 +25,7 @@ jobs:
25
echo " "
26
cd /home/ubuntu/repository
27
eval `ssh-agent -s`
28
- ssh-add .ssh/github_action
+ ssh-add ~/.ssh/github_action
29
git checkout development -f
30
git fetch
31
git pull
0 commit comments