Skip to content

Add options for git add/status commands#156

Merged
stefanzweifel merged 1 commit intostefanzweifel:masterfrom
funkjedi:status-add-options
May 3, 2021
Merged

Add options for git add/status commands#156
stefanzweifel merged 1 commit intostefanzweifel:masterfrom
funkjedi:status-add-options

Conversation

@funkjedi
Copy link
Copy Markdown
Contributor

@funkjedi funkjedi commented May 3, 2021

Adds options for git add/status commands.


This allows us to set the options required to only commit tracked files.

    - uses: stefanzweifel/git-auto-commit-action@v4
      with:
        status_options: '--untracked-files=no'
        add_options: '-u'
        file_pattern: ''

Copy link
Copy Markdown
Owner

@stefanzweifel stefanzweifel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Will update the README shortly.

@stefanzweifel stefanzweifel merged commit 68f0d95 into stefanzweifel:master May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants