2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

Update mirror.yml

Fix bash command
This commit is contained in:
sidey79 2021-12-14 06:58:40 +01:00 committed by GitHub
parent d8ee63d516
commit 0b58876281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ jobs:
- name: show gitconfig
run: |
cat ${GITHUB_WORKSPACE}/main/.git/config;
cat ${GITHUB_WORKSPACE}/src/fhem-mirror/.git/config;
- name: Commit changes
if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }}