skilld-labs / plasmactl-bump

Launchrctl plugin to update the version of Ansible roles which were updated in last commit
Apache License 2.0
0 stars 1 forks source link

Sync issue with in github actions #33

Open davidferlay opened 2 months ago

davidferlay commented 2 months ago

Observed

It's not reproduced locally nor on Gitlab CI, so it seems to be an issue only with github actions, for some reasons.

Maybe something related to how git repo is handled here

Expected

davidferlay commented 1 month ago

PR https://github.com/skilld-labs/plasmactl-bump/pull/34

davidferlay commented 1 month ago

Added CI check to same branch as fix to see if it passes or not

So another issue appeared:

Error: no remote was found

it seems that repo name is not found by code while running in github action CI

Locally it works fine though