Skip to content

Create an Action that renames and updates the model from .eapx to .qeax on push #192

@danielsiegl

Description

@danielsiegl

To convert models in all branches is cumbersum - but we could do an action that when ever a branch is pushed that contains a .eapx we rename/convert it to .qeax and check it in.

A process that could probably work:

  • Check Out
  • Copy .eapx to backup.eapx
  • rename model.eapx to mode.qeax
  • commit
  • convert model from backup.eapx to model.qeax
  • commit
  • push

It really all depends if this way of doing it gives the git clients a chance to recognize it is still the same file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions