showauthor
convert-to-yml / develop-branch (push) Successful in 35s
Details
convert-to-yml / develop-branch (push) Successful in 35s
Details
This commit is contained in:
parent
1a50032b4d
commit
ea31c24a7d
|
@ -17,8 +17,8 @@ jobs:
|
|||
with:
|
||||
node-version: '20'
|
||||
- run: git fetch
|
||||
- name: log
|
||||
run: git log -10
|
||||
- name: actor
|
||||
run: echo ${{ github.actor }}
|
||||
- uses: http://sigyl.com:3000/actions/batch2yaml@master
|
||||
with:
|
||||
action: yml
|
||||
|
@ -67,7 +67,7 @@ jobs:
|
|||
git status
|
||||
git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
|
||||
git add -A
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
git config --global user.email "${{ env.CI_COMMIT_EMAIL }}"
|
||||
git commit -a -m "${{ github.ref_name }} -> ${{ env.DEVELOPMENT_BRANCH }}"
|
||||
echo no development branch so pushing
|
||||
|
|
|
@ -63,7 +63,7 @@ jobs:
|
|||
mv ../cloned/.git .
|
||||
git status
|
||||
git add -A
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
git config --global user.email "${{ env.CI_COMMIT_EMAIL }}"
|
||||
git commit -a -m "${{ github.ref_name }} -> ${{ env.BUILD_BRANCH }} "
|
||||
git push origin HEAD:${{ env.BUILD_BRANCH }}
|
||||
|
|
Loading…
Reference in New Issue