showauthor
convert-to-yml / develop-branch (push) Successful in 35s Details

This commit is contained in:
giles 2023-10-23 13:09:55 +01:00
parent 1a50032b4d
commit ea31c24a7d
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 }}