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

Support documentation files outside of working-dir path #108

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

Conversation

BostjanBozic
Copy link

Description of your changes

This PR includes changes to logic of staging files using git add. Currently logic does not support adding files changes if those files are outside of working-dir. Logic behind is changed to list all files that have been modified and then stage only files that are defied within output-file parameter of this GitHub action.

It also includes update to README.md and fixes to docker-entrypoint.sh script to pass Shellcheck scans.

#93

I have:

How has this code been tested

Tests have been performed locally to make sure all strings are parsed correctly. Also all GitHub Actions workflows are passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant