kkkkkkkkkkkkkkkkkkkkkk
This commit is contained in:
parent
461f8d8499
commit
919f713861
|
@ -24,6 +24,7 @@ jobs:
|
|||
- name: clone
|
||||
run: |
|
||||
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
||||
git -C ../cloned status
|
||||
mv ../cloned/.git ..
|
||||
rm -rf ../cloned
|
||||
cp -r . ../cloned
|
||||
|
@ -31,7 +32,7 @@ jobs:
|
|||
mv ../.git ../cloned
|
||||
rm -r *
|
||||
mv ../cloned/* .
|
||||
git status
|
||||
git -C ../cloned status
|
||||
- name: GIT commit and push all changed files
|
||||
env:
|
||||
CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts
|
||||
|
@ -39,9 +40,9 @@ jobs:
|
|||
run: |
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "username@users.noreply.github.com"
|
||||
git config pull.rebase false
|
||||
git checkout -b ${{ env.PRODUCTION_BRANCH }}
|
||||
git add -A
|
||||
git status
|
||||
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
|
||||
git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }}
|
||||
- name: make pull request
|
||||
|
|
Loading…
Reference in New Issue