qml icon indicating copy to clipboard operation
qml copied to clipboard

Update `update-dev.yml` to use `git` instead of third-party action

Open mudit2812 opened this issue 1 year ago • 0 comments

The update-dev action keeps failing due to unrelated histories between the dev and master branches, and the third party action used for the nightly merge does not include any options to allow merging with unrelated histories. So, this PR updates the action to use git instead.

This will also give us more flexibility in the future.

Couple of updates:

  • I have confirmed that configuring git using secrets.NIGHTLY_TOKEN does not expose the token in the workflow logs. See here for an example.

[sc-76254]

mudit2812 avatar Oct 17 '24 14:10 mudit2812