We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6f718 commit a25587cCopy full SHA for a25587c
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
cd /home/ec2-user/golang-project
21
22
# Pull the latest changes
23
- git pull origin main
+ git pull origin master
24
25
# Stop the current process
26
sudo pkill main || true
0 commit comments