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

Commits on Jul 23, 2024

  1. Fix problem when adding an element on the index 0 of a list

    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".
    jordi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b5d4201 View commit details
    Browse the repository at this point in the history