Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline commit message is not complete #15

Open
ehennestad opened this issue Mar 12, 2024 · 2 comments
Open

Pipeline commit message is not complete #15

ehennestad opened this issue Mar 12, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ehennestad
Copy link

The build workflows of the target repositories have the following code for creating a commit message:

git commit -m "build triggered by submodule ${{ inputs.repository }} version ${{ inputs.branch }}"

However the inputs.repository and inputs.branch variables are not added to the actual commit message, see for example :
openMetadataInitiative/openMINDS_JSON-Schema@2628169

@ehennestad
Copy link
Author

ehennestad commented Apr 4, 2024

Following up on this:

"Module" repositories, i.e openMINDS_core provides some inputs (branch name, repository name) to the build action of openMINDS/pipeline.

The build action uses these inputs to create a commit message like this:

build triggered by submodule openMetadataInitiative/openMINDS_stimulation version v1

However, these input arguments are not propagated to any of the target repositories' build action (and I don't know if that is possible), but all the target repositories have the same command for pushing in their build action, i.e:

git commit -m "build triggered by submodule ${{ inputs.repository }} version ${{ inputs.branch }}"

@lzehl
Copy link
Member

lzehl commented Oct 14, 2024

@olinux can we have a look at this together?

@lzehl lzehl added the bug Something isn't working label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants