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 02d7a2d commit 0789b0dCopy full SHA for 0789b0d
.github/workflows/k8s_edit.yml
@@ -32,7 +32,10 @@ jobs:
32
ref: refs/heads/dev
33
34
- name: GitHub Configuration
35
- run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
+ 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"
39
40
- name: Clone cicd-deployment-scripts
41
run: git clone https://github.com/code-kern-ai/cicd-deployment-scripts.git
0 commit comments