community.sap_install icon indicating copy to clipboard operation
community.sap_install copied to clipboard

fix(workflows): open branch from dev not from main

Open Wabri opened this issue 1 year ago • 1 comments

Closes #858

Wabri avatar Sep 10 '24 15:09 Wabri

You are right, here the pipeline that work fine in my fork https://github.com/Wabri/community.sap_install/actions/runs/10795468219/job/29942214043

It created the correct issue starting with the right version of ansible:

----- Check ansible -----
INFO: current version 9.5.1
INFO: latest version 10.3.0
INFO: Issue created -> https://github.com/Wabri/community.sap_install/issues/205

And this is the commit related to the change https://github.com/Wabri/community.sap_install/commit/07495b73bc66af13a1bbd77ba858a330d95d45c7

Wabri avatar Sep 12 '24 12:09 Wabri