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

Fix problem when adding an element on the index 0 of a list #40

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

jordipiqueselles
Copy link
Collaborator

This problem happened when the list doesn't exist on the original yaml. In this situation, the new element was added as a dictionary of key "0". Now, with the current fix, the list is properly created and the element is added as a normal list element.

Apart from that, we've commented the step that pushes the self-contained package to the release since we need to enable first "softprops/action-gh-release@v2".

This problem happened when the list doesn't exist on the original yaml.
In this situation, the new element was added as a dictionary of key "0".
Now, with the current fix, the list is properly created and the element
is added as a normal list element.

Apart from that, we've commented the step that pushes the self-contained
package to the release since we need to enable first
"softprops/action-gh-release@v2".
@jordipiqueselles jordipiqueselles added the enhancement New feature or request label Jul 23, 2024
@jordipiqueselles jordipiqueselles merged commit f81225f into main Jul 23, 2024
2 checks passed
@jordipiqueselles jordipiqueselles deleted the jordi/fix-add-list-elem branch July 23, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant