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 4024ba9 commit db3429bCopy full SHA for db3429b
.github/workflows/cd.yaml
@@ -79,7 +79,7 @@ jobs:
79
git config credential.helper store
80
git add k8s/postgresql/fastapi.yaml
81
git commit -m ":tada: deploy: fastapi-cookbook [${{ env.tag_name }}]"
82
- git push origin ${{ github.ref_name }}
+ git push origin main
83
84
- name: Slack webhook
85
uses: 8398a7/action-slack@v3
0 commit comments