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

Feature: Add File Pattern Input #13

Merged
merged 7 commits into from
Oct 26, 2019
Merged

Feature: Add File Pattern Input #13

merged 7 commits into from
Oct 26, 2019

Conversation

stefanzweifel
Copy link
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 }}


actions.yml Show resolved Hide resolved
entrypoint.sh Show resolved Hide resolved
README.md Show resolved Hide resolved
@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