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

Add support to customize working directory #1493

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Apr 25, 2024

  1. Add workingDirectory option

    Let user override $GITHUB_WORKSPACE as default working directory
    
    Defaults to undefined, the original behaviour is maintained
    accodev committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0fd0fa4 View commit details
    Browse the repository at this point in the history
  2. update: action.yml

    Add working-directory input parameter
    accodev committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b063528 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b281123 View commit details
    Browse the repository at this point in the history
  4. fix(action.yml): path description

    Add working-directory
    accodev committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5b1833c View commit details
    Browse the repository at this point in the history
  5. remove(git-source-settings.ts): workingDirectory option

    Not needed (working-directory option is used internally)
    accodev committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    178be7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21ffcee View commit details
    Browse the repository at this point in the history
  7. change: remove path.sep, add unit tests, dist

    Remove path.sep during comparison with repositoryPath
    (did not take in account root folders)
    Updated and added more unit tests
    Updated dist/index.js
    accodev committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8461fff View commit details
    Browse the repository at this point in the history