File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
ref : refs/heads/dev
33
33
34
34
- name : GitHub Configuration
35
- run : |
36
- git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
37
- git config --global user.email "[email protected] "
38
- git config --global user.name "GitHub Actions"
35
+ run : git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
39
36
40
37
- name : Clone cicd-deployment-scripts
41
38
run : git clone https://github.com/code-kern-ai/cicd-deployment-scripts.git
57
54
58
55
rm -rf cicd-deployment-scripts
59
56
57
+ git config --global user.email "[email protected] "
58
+ git config --global user.name "GitHub Actions"
59
+
60
60
git add ${{ env.KUBERNETES_MANIFEST_FILE_PATH }}
61
61
git commit -m "ci(${{ github.event.repository.name }}): $KUBERNETES_POD_NEW_IMAGE" || true
62
62
git push origin $AUTOMATED_RELEASE_BRANCH
You can’t perform that action at this time.
0 commit comments