Replies: 1 comment 1 reply
-
The problem is, that You could add the following step before - run: git checkout -b ${{ env.PUBLISH_BRANCH }} Or add the - name: push diagrams
uses: stefanzweifel/git-auto-commit-action@v4.16.0
with:
commit_message: auto-generate `**.svg` for `**.plantuml`
branch: ${{ env.PUBLISH_BRANCH }}
# file_pattern: '**.svg'
push_options: --dry-run # '--force'
add_options: '-f'
+ skip_dirty_check : true |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
problem -- https://github.com/quantum-ods/qmlcourse/actions/runs/3864122481/jobs/6586729459 (more https://github.com/quantum-ods/qmlcourse/actions/workflows/cd-stage.yml)
but when run with
created some folder with files and after new updating another files (which are pushed) and run same workflow get
Please move or remove them before you switch branches.
so, how resolve this problem when files not be updating each times
Beta Was this translation helpful? Give feedback.
All reactions