We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b57e2 commit a4eec4cCopy full SHA for a4eec4c
.github/workflows/test-and-deploy.yml
@@ -56,6 +56,7 @@ jobs:
56
uses: dokku/github-action@v1.0.2
57
# enable verbose ssh output
58
with:
59
+ branch: "main"
60
git_push_flags: "--force"
61
git_remote_url: ${{ secrets.SSH_REMOTE_URL }}
62
ssh_private_key: ${{ secrets.PRIVATE_KEY }}
0 commit comments