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: correct reading of sync-labels input. #480

Merged
merged 3 commits into from Mar 23, 2023

Commits on Jan 18, 2023

  1. fix: correct reading of sync-labels input.

    Contrary to the assumptions made in the unit tests, core.getInput
    always returns a string, and !!'false' is true.
    
    Also updates the unit test to reduce changes of regressions by ensuring
    that the mocked getInput returns a string, as it would in production.
    
    Fixes actions#112
    
    Make sure test catches regressions.
    adam-azarchs committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    613b00b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Rebuild dist/index.js.

    adam-azarchs committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    b6ad324 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Merge 'main'

    adam-azarchs committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    83d2d4d View commit details
    Browse the repository at this point in the history