Skip to content

Feature: Add File Pattern Input#13

Merged
stefanzweifel merged 7 commits intomasterfrom
add-file-pattern
Oct 26, 2019
Merged

Feature: Add File Pattern Input#13
stefanzweifel merged 7 commits intomasterfrom
add-file-pattern

Conversation

@stefanzweifel
Copy link
Copy Markdown
Owner

@stefanzweifel stefanzweifel commented Oct 25, 2019

Fixes #12

Adds a new file_pattern input, which allows user to customize, which files should be added to the git commit.

Example usage:

    - uses: stefanzweifel/[email protected]
      with:
        commit_message: Commit Message
        branch: ${{ github.head_ref }}
        file_pattern: src/\*.js
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


Comment thread actions.yml
Comment thread entrypoint.sh
Comment thread README.md
@stefanzweifel stefanzweifel merged commit 134234c into master Oct 26, 2019
@stefanzweifel stefanzweifel deleted the add-file-pattern branch October 26, 2019 14:37
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.

[FEATURE REQUEST] Support custom file pattern

2 participants