You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If repository is checked out into subfolder of $GITHUB_WORKSPACE, our change detection via git diff-index will fail. Checkout to subfolder is not common scenario but there are valid use cases for that. One example is checkout out multiple repositories.
Solution would be to add working-directory input parameter that would allow user to specify folder where change detection (i.e. git commands) should be executed. This option won't have any impact on change detection for pull requests using Github API.
The text was updated successfully, but these errors were encountered:
If repository is checked out into subfolder of
$GITHUB_WORKSPACE
, our change detection viagit diff-index
will fail. Checkout to subfolder is not common scenario but there are valid use cases for that. One example is checkout out multiple repositories.Solution would be to add
working-directory
input parameter that would allow user to specify folder where change detection (i.e. git commands) should be executed. This option won't have any impact on change detection for pull requests using Github API.The text was updated successfully, but these errors were encountered: