mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
mirror.yml
add step to show gitconfig from main branch
This commit is contained in:
parent
620813148b
commit
0161e41010
4
.github/workflows/mirror.yml
vendored
4
.github/workflows/mirror.yml
vendored
@ -99,6 +99,10 @@ jobs:
|
||||
echo "A permanent error occured"
|
||||
exit 1
|
||||
|
||||
- name: show gitconfig
|
||||
run: |
|
||||
cat ${GITHUB_WORKSPACE}/main/.git/config;
|
||||
|
||||
- name: Commit changes
|
||||
if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }}
|
||||
uses: EndBug/add-and-commit@v7
|
||||
|
Loading…
Reference in New Issue
Block a user